DIYgod mirror
Go to file
EGOIST 71c8c7e268 cache response 2022-05-15 01:33:13 +08:00
r2 cache response 2022-05-15 01:33:13 +08:00
web cleanup 2022-05-15 00:48:10 +08:00
.gitignore next.js again 2022-05-08 23:27:19 +08:00
README.md use cloudflare r2 2022-05-15 00:43:49 +08:00
package.json cleanup 2022-05-15 00:48:10 +08:00
pnpm-lock.yaml cleanup 2022-05-15 00:48:10 +08:00
pnpm-workspace.yaml use cloudflare r2 2022-05-15 00:43:49 +08:00

README.md

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