Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 785 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 785 Bytes

NextJS Boilerplate

Bootstrap a NextJS app configured with:

Running Docker

docker-compose up

How to use

Required .env or .env.local file variables

NODE_ENV=development
NEXTAUTH_URL=http://localhost:3000
# NextAuth credentials for Github (Change provider in auth config)
GITHUB_CLIENT_ID=id
GITHUB_CLIENT_SECRET=secret