Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 306 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 306 Bytes

Developer Setup

Set up environment variables

Create a file called .env.local with these keys

NEXTAUTH_URL=http:localhost:3000
# Generate with `openssl rand -base64 32`
NEXTAUTH_SECRET=

# Used for github O-Auth
GITHUB_ID=
GITHUB_SECRET=

Start the development server

npm run dev