- Node.js (v20.13.1)
- NPM (v10.5.2)
- PostgreSQL
- Create database first
- Fill the .env file with your database credentials
- Run
pnpm install
- Run migration with
node ace migrate:run
- Run
pnpm start
- Run
pnpm build
- Run
pnpm install --prod
- Move
inertia
,tailwind.config.js
, and.env
tobuild
folder - Run
pnpm start