Motivating students, one point at a time
it's hosted at https://educal.tech
- first off, clone the repo
- next, install all the dependencies with
yarn(ornpmi guess) - setup a
.envfile with the following filled in:
NEXT_PUBLIC_FIREBASE_API_KEY
NEXT_PUBLIC_FIREBASE_PROJECT_ID
NEXT_PUBLIC_FIREBASE_APP_ID
GCLOUD_CREDENTIALS
- run
yarn dev(ornpm run devi guess)
- import from the repo url
- add the enviornment variables of:
NEXT_PUBLIC_FIREBASE_API_KEY
NEXT_PUBLIC_FIREBASE_PROJECT_ID
NEXT_PUBLIC_FIREBASE_APP_ID
GCLOUD_CREDENTIALS
based off this template that @kognise and I worked on.