A directory of Nation3 Citizens and their profiles
How to create a new OAuth App:
-
Go to https://github.com/organizations/nation3/settings/applications
-
Click "New OAuth App"
-
Application name: Nation3 Citizen Directory
-
Homepage URL: https://citizens.nation3.org
-
Authorization callback URL: https://citizens.nation3.org
-
Add the GitHub environment variables to .env.local
:
cp .env.local.sample .env.local
npm install
npm run lint
npm run build
npm run dev
Go to http://localhost:3000
Run the integration tests:
npm run cy:open
Run the integration tests headlessly:
npm run cy:run