Client for IIT Bombay's InstiApp in Angular 8, deployed at https://insti.app
All dependencies can be installed with npm install
. To serve the application with hot module reloading, use npm run start
. For an optimized production build, do npm run build
.
All contribution guidelines mentioned in the API repository are also valid for this repository. One other requirement is that linting should not fail during builds.