Stay in the loop for NUS event
Website: nusmaps
Github: github
Clone nusmaps:
git clone https://github.com/chehoelau/nusmaps.gitInstall all dependencies:
cd nusmaps
npm installCreate a .env in the root folder and provide your secrets from firebase console
Example:
REACT_APP_API_KEY=""
REACT_APP_AUTH_DOMAIN=""
REACT_APP_PROJECT_ID=""
REACT_APP_STORAGE_BUCKET=""
REACT_APP_MESSAGING_SENDER_ID=""
REACT_APP_APP_ID=""Run your App:
npm run start