git clone https://github.com/mvrt-115/super-scout-dashboard.git
npm install
- Create a file called .env.local in the root directory of the project
- Add in TBA API Key and Firebase Credentials
They should be added in this format
REACT_APP_TBA_KEY=*********************************
REACT_APP_FIREBASE_API_KEY=*********************************
REACT_APP_FIREBASE_AUTH_DOMAIN=*********************************
REACT_APP_FIREBASE_PROJECT_ID=*********************************
REACT_APP_FIREBASE_STORAGE_BUCKET=*********************************
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=*********************************
REACT_APP_FIREBASE_APP_ID=*********************************