Introduction to Next.js boilerplate
Clone the repository and run bun install
bun install
Running with Development Mode
bun run dev
Building with Production Mode
bun run build
Running with Production Mode
bun run start
Migrate Database
bun run db:push
Seeding the Database
bun run db:seed