|
|
||
|---|---|---|
| r2 | ||
| web | ||
| .gitignore | ||
| README.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
README.md
Development
Follow the steps to run it locally.
- Copy
web/.env.exampletoweb/.env - Run
postgreslocally, the easiest way on mac isbrew install postgresql, you can also use docker - Install dependencies:
pnpm i - Initialize the database by running
pnpm prisma db push - Start dev server:
pnpm dev