Skip to content

spikeninja/nextjs-template

Repository files navigation

Another one Nextjs template

Dev Usage

Bun should be installed on your system

  1. Run cp env-example .env and adjust the env variables (if needed)
  2. Run bun install to install all deps
  3. Run docker compose -f compose-dev.yml up --build to start up all needed services (DB, Queue, etc)
  4. Run bun migrate:dev to apply all migrations
  5. Run bun dev to start the dev server

To acess to the running DB you can use the appropriate script: bash ./scripts/dev/enter-db.sh

Prod Usage

  1. ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published