- Homepage: tsaas.iitr.ac.in
- Wiki: tsaas.iitr.ac.in/wiki
- Privacy policy: tsaas.iitr.ac.in/privacypolicy
- cd tsaas-frontend
- npm install
- create .env file at the root level of the project
- sample env file format:
- REACT_APP_PLACES_API_ID= {YOUR_HERE_MAPS_APP_ID}
- REACT_APP_PLACES_APP_CODE= {YOUR_HERE_MAPS_APP_CODE}
- REACT_APP_PLACES_API_KEY= {YOUR_HERE_MAPS_APP_KEY}
- HOST_NAME={backend-url/api/}
- npm start