xLog/README.md

10 lines
324 B
Markdown

## Development
Follow the steps to run it locally.
1. Copy `web/.env.example` to `web/.env`
2. Run `postgres` locally, the easiest way on mac is `brew install postgresql`, you can also use docker
3. Install dependencies: `pnpm i`
4. Initialize the database by running `pnpm prisma db push`
5. Start dev server: `pnpm dev`