Skip to content

deewakar-k/zen-start

Repository files navigation

zen

a minimal, opinionated next.js starter with modern tooling to help you ship faster.

core

linting & formatting

ui & styling

authentication

database

setup

install dependencies:

bun install

copy the .env file:

cp .env.example .env

update the following values in the .env file.

start the database:

docker compose up

migrate the database:

bun run db:migrate

start the app:

bun run dev

license

this project is licensed under the mit license.

About

nextjs starter template to ship faster

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors