DIYgod mirror
Go to file
EGOIST 84e7c8930d chore: fix branch 2022-05-21 16:55:54 +08:00
.github/workflows chore: fix branch 2022-05-21 16:55:54 +08:00
e2e setup playwright (#69) 2022-05-21 16:53:25 +08:00
prisma initialize migration 2022-05-20 12:59:37 +08:00
public so now we're on fly.io 2022-05-16 14:13:44 +08:00
src show 404 for draft pages 2022-05-20 17:37:57 +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 setup playwright (#69) 2022-05-21 16:53:25 +08:00
Dockerfile so now we're on fly.io 2022-05-16 14:13:44 +08:00
LICENSE add a license 2022-05-20 18:10:21 +08:00
README.md so now we're on fly.io 2022-05-16 14:13:44 +08:00
fly.toml force https 2022-05-20 16:20:16 +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 setup playwright (#69) 2022-05-21 16:53:25 +08:00
playwright.config.ts setup playwright (#69) 2022-05-21 16:53:25 +08:00
pnpm-lock.yaml setup playwright (#69) 2022-05-21 16:53:25 +08:00
postcss.config.js update temp landing page 2022-05-20 01:03:13 +08:00
tailwind.config.js style: update code font 2022-05-18 22:55:20 +08:00
tsconfig.json so now we're on fly.io 2022-05-16 14:13:44 +08:00
types.d.ts update temp landing page 2022-05-20 01:03:13 +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