DIYgod mirror
Go to file
EGOIST e92a3662e6 tweaks 2022-05-08 14:00:22 +08:00
app tweaks 2022-05-08 14:00:22 +08:00
css Remix! 2022-05-02 20:43:47 +08:00
prisma migrate to fly.io 2022-05-03 00:14:26 +08:00
public Remix! 2022-05-02 20:43:47 +08:00
server set fly replay header early 2022-05-08 13:14:52 +08:00
.dockerignore Revert "Vercel middleware!" 2022-05-05 00:41:12 +08:00
.env.example optimize the way we consume env variables 2022-05-06 21:18:25 +08:00
.eslintrc Remix! 2022-05-02 20:43:47 +08:00
.gitignore tweaks 2022-05-05 00:42:26 +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
package.json highlight markdown in editor 2022-05-07 22:27:17 +08:00
pnpm-lock.yaml highlight markdown in editor 2022-05-07 22:27:17 +08:00
postcss.config.cjs Remix! 2022-05-02 20:43:47 +08:00
remix.config.js use express 2022-05-06 11:55:22 +08:00
remix.env.d.ts Remix! 2022-05-02 20:43:47 +08:00
tailwind.config.js Remix! 2022-05-02 20:43:47 +08:00
tsconfig.json Remix! 2022-05-02 20:43:47 +08:00
types.d.ts optimize the way we consume env variables 2022-05-06 21:18:25 +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