View demo video here.
View the EduSketch site live here. (automatically deployed after each PR is merged to main)
- Clone repo
- Run
npm install - create
.envfile in root directory with the following (replace empty strings):- REACT_OPENAI_API_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=""
- run
npm start