Skip to content

deewakar-k/readme

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

showcase your professional presence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published