DIYgod mirror
Go to file
EGOIST c3aa3fd967 so now we're on fly.io 2022-05-16 14:13:44 +08:00
prisma so now we're on fly.io 2022-05-16 14:13:44 +08:00
public so now we're on fly.io 2022-05-16 14:13:44 +08:00
src so now we're on fly.io 2022-05-16 14:13:44 +08:00
.dockerignore so now we're on fly.io 2022-05-16 14:13:44 +08:00
.env.example so now we're on fly.io 2022-05-16 14:13:44 +08:00
.eslintrc.json so now we're on fly.io 2022-05-16 14:13:44 +08:00
.gitignore so now we're on fly.io 2022-05-16 14:13:44 +08:00
Dockerfile so now we're on fly.io 2022-05-16 14:13:44 +08:00
README.md so now we're on fly.io 2022-05-16 14:13:44 +08:00
fly.toml so now we're on fly.io 2022-05-16 14:13:44 +08:00
next-env.d.ts so now we're on fly.io 2022-05-16 14:13:44 +08:00
next.config.js so now we're on fly.io 2022-05-16 14:13:44 +08:00
package.json so now we're on fly.io 2022-05-16 14:13:44 +08:00
pnpm-lock.yaml so now we're on fly.io 2022-05-16 14:13:44 +08:00
postcss.config.js so now we're on fly.io 2022-05-16 14:13:44 +08:00
tailwind.config.js so now we're on fly.io 2022-05-16 14:13:44 +08:00
tsconfig.json so now we're on fly.io 2022-05-16 14:13:44 +08:00
types.d.ts so now we're on fly.io 2022-05-16 14:13:44 +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