Skip to content

timDeHof/next-starter-template

Repository files navigation

Next Start

A basic Next.js starter.

  1. Next Start
  2. Stack
  3. Branches
  4. Setup
  5. Resources

Stack

Branches

The main branch contains the entire setup. The following branches build on each other from top to bottom:

Setup

  1. Install dependencies:
pnpm install
  1. Copy the .env file:
cp .env.example .env
  1. Update the following values in the .env file:
NEXTAUTH_SECRET=your-value-here
GOOGLE_CLIENT_ID=your-value-here
GOOGLE_CLIENT_SECRET=your-value-here
  1. Start the database:
docker compose up
  1. Migrate the database:
pnpm run db:migrate
  1. Start the app:
pnpm run dev

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages