DIYgod mirror
Go to file
EGOIST 8084981a29 refactor 2022-06-01 00:58:02 +08:00
.github/workflows Email styling (#72) 2022-05-21 18:22:45 +08:00
e2e setup playwright (#69) 2022-05-21 16:53:25 +08:00
prisma improving login/subscription flow 2022-05-27 02:15:58 +08:00
public
src refactor 2022-06-01 00:58:02 +08:00
.dockerignore
.env.example improving login/subscription flow 2022-05-27 02:15:58 +08:00
.eslintrc.json
.gitignore setup playwright (#69) 2022-05-21 16:53:25 +08:00
.prettierrc chore: add prettier config, closes #78 2022-05-22 16:42:15 +08:00
Dockerfile improving login/subscription flow 2022-05-27 02:15:58 +08:00
LICENSE add a license 2022-05-20 18:10:21 +08:00
README.md
fly.toml force https 2022-05-20 16:20:16 +08:00
next-env.d.ts
next.config.js update icons 2022-05-28 16:44:16 +08:00
package.json refactor 2022-06-01 00:58:02 +08:00
playwright.config.ts setup playwright (#69) 2022-05-21 16:53:25 +08:00
pnpm-lock.yaml refactor 2022-06-01 00:58:02 +08:00
postcss.config.js update temp landing page 2022-05-20 01:03:13 +08:00
tailwind.config.js feat: add copy button to code block 2022-05-28 00:47:34 +08:00
tsconfig.json
types.d.ts improving login/subscription flow 2022-05-27 02:15:58 +08:00
uno.config.ts update icons 2022-05-28 16:44:16 +08:00
vitest.config.ts use vitest 2022-05-28 13:33:26 +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