DIYgod mirror
Go to file
EGOIST 23f92dabc9 Make `autoExcerpt` nullable 2022-05-13 21:38:01 +08:00
prisma Make `autoExcerpt` nullable 2022-05-13 21:38:01 +08:00
src Make `autoExcerpt` nullable 2022-05-13 21:38:01 +08:00
.env.example remove `MAILGUN_EU` 2022-05-11 19:45:38 +08:00
.eslintrc.json add eslint 2022-05-11 00:23:40 +08:00
.gitignore next.js again 2022-05-08 23:27:19 +08:00
.pnpmfile.cjs Remix! 2022-05-02 20:43:47 +08:00
Dockerfile Revert "Vercel middleware!" 2022-05-05 00:41:12 +08:00
README.md Remix! 2022-05-02 20:43:47 +08:00
fly.toml tweaks 2022-05-05 01:10:52 +08:00
next-env.d.ts next.js again 2022-05-08 23:27:19 +08:00
next.config.js next.js again 2022-05-08 23:27:19 +08:00
package.json feat: code highlighting 2022-05-13 20:30:57 +08:00
pnpm-lock.yaml feat: code highlighting 2022-05-13 20:30:57 +08:00
postcss.config.js next.js again 2022-05-08 23:27:19 +08:00
tailwind.config.js next.js again 2022-05-08 23:27:19 +08:00
tsconfig.json next.js again 2022-05-08 23:27:19 +08:00
types.d.ts remove `MAILGUN_EU` 2022-05-11 19:45:38 +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