a minimal, opinionated next.js starter with modern tooling to help you ship faster.
- drizzle orm
- postgresql
install dependencies:
bun installcopy the .env file:
cp .env.example .envupdate the following values in the .env file.
start the database:
docker compose upmigrate the database:
bun run db:migratestart the app:
bun run devthis project is licensed under the mit license.