Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 764 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 764 Bytes

Citizen Directory

A directory of Nation3 Citizens and their profiles

Environment Variables

GitHub OAuth App

How to create a new OAuth App:

  1. Go to https://github.com/organizations/nation3/settings/applications

  2. Click "New OAuth App"

.env.local

Add the GitHub environment variables to .env.local:

cp .env.local.sample .env.local

Build

npm install
npm run lint
npm run build
npm run dev

Go to http://localhost:3000

Integration Testing

Run the integration tests:

npm run cy:open

Run the integration tests headlessly:

npm run cy:run