8000 GitHub - k1ngS/nextjs-starter: A basic Next.js starter with NextUI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

k1ngS/nextjs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Start

A basic Next.js starter.

Stack

Setup

  1. Install dependencies:
yarn 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:
yarn db:migrate
  1. Start the app:
yarn dev

Resources

About

A basic Next.js starter with NextUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0