-
Prepare DB
docker compose up -d
- Locally
- Run
docker/initdb.sql
in your DB - Export the following env variables for the DB to work:
- DB_USER
- DB_HOST
- DB_DATABASE
- DB_PASSWORD
- Run
-
npm i
-
npm run dev
-
Visit http://127.0.0.1:5173/
Prepare DB
docker compose up -d
docker/initdb.sql
in your DBnpm i
npm run dev
Visit http://127.0.0.1:5173/