Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.75 KB

File metadata and controls

59 lines (46 loc) · 1.75 KB

Team - Ctrl-Alt-Defeat

Team Members

  1. Nathan Toombs
  2. Jesse Stewart
  3. Colten Johnson
  4. Carmen Creswell-Johnson

Screenshots

Login Page

login

Alerts Page

alerts

Help Page

help

Profile Page

profile

Schedule Page

schedule

Quizzes

quizzes

Project Setup

Install Dependencies

brew install gnupg
brew install yarn
brew install nvm
brew install dopplerhq/cli/doppler

Configure Node Version

nvm install
nvm use

Install Packages

yarn install

Populate .env

doppler login
doppler setup
yarn env

Build and run project

yarn build && yarn develop