Make sure you have npm or Bun installed.
docker compose up -d
Make sure .env
has the DATABASE_URL
set.
To seed the database, run the following:
npm run db:dev
# or
bun db:dev
This will create a user to access the UI with the following credentials:
- Email: [email protected]
- Password: password123
Run the development server:
npm run dev
# or
bun dev
Make sure you have npm or Bun installed. Also Make
make build-local
make start-local
Make sure .env
has the DATABASE_URL
set.
To seed the database, run the following:
npm run db:dev
# or
bun db:dev
make stop-local