DIYgod mirror
Go to file
EGOIST 7c47af4a32 update login email template 2022-05-14 18:41:25 +08:00
web update login email template 2022-05-14 18:41:25 +08:00
.gitignore next.js again 2022-05-08 23:27:19 +08:00
README.md Remix! 2022-05-02 20:43:47 +08:00
package.json feat: monorepo 2022-05-14 01:03:20 +08:00
pnpm-lock.yaml feat: monorepo 2022-05-14 01:03:20 +08:00
pnpm-workspace.yaml feat: monorepo 2022-05-14 01:03:20 +08:00

README.md

Development

Follow the steps to run it locally.

  1. Copy .env.example to .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