|
|
||
|---|---|---|
| app | ||
| css | ||
| prisma | ||
| public | ||
| server | ||
| .dockerignore | ||
| .env.example | ||
| .eslintrc | ||
| .gitignore | ||
| .pnpmfile.cjs | ||
| Dockerfile | ||
| README.md | ||
| fly.toml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.cjs | ||
| remix.config.js | ||
| remix.env.d.ts | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| types.d.ts | ||
README.md
Development
Follow the steps to run it locally.
- Copy
.env.exampleto.env - Run
postgreslocally, the easiest way on mac isbrew install postgresql, you can also use docker - Install dependencies:
pnpm i - Initialize the database by running
pnpm prisma db push - Start dev server:
pnpm dev