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

dmaahs2017/475-chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published