Skip to content

Commit a6e1f5e

Browse files
committed
README: update
1 parent bebe7a6 commit a6e1f5e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
# InstiApp-Angular
2-
Client for IIT Bombay's InstiApp in Angular 9, deployed at https://insti.app
3-
4-
[![InstiApp](https://insti.app/instiapp-badge-gh.svg)](https://insti.app)
5-
[![Build](https://github.com/wncc/instiapp-angular/workflows/Build/badge.svg)](https://github.com/wncc/instiapp-angular/actions)
6-
[![Deploy](https://github.com/wncc/instiapp-angular/workflows/Deploy/badge.svg)](https://github.com/wncc/instiapp-angular/tree/built)
72

8-
[![dependencies Status](https://david-dm.org/wncc/instiapp-angular/status.svg)](https://david-dm.org/wncc/instiapp-angular)
9-
[![devDependencies Status](https://david-dm.org/wncc/instiapp-angular/dev-status.svg)](https://david-dm.org/wncc/instiapp-angular?type=dev)
3+
Client for IIT Bombay's InstiApp in Angular 9, deployed at https://insti.app
104

11-
[![Maintainability](https://api.codeclimate.com/v1/badges/894cec445d6507da11dc/maintainability)](https://codeclimate.com/github/wncc/instiapp-angular/maintainability)
12-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/13a3b7f7ac724c589bab82b14e4f9201)](https://www.codacy.com/gh/wncc/instiapp-angular?utm_source=github.com&utm_medium=referral&utm_content=wncc/instiapp-angular&utm_campaign=Badge_Grade)
5+
[![Build](https://github.com/DevCom-IITB/instiapp-angular/workflows/Build/badge.svg)](https://github.com/DevCom-IITB/instiapp-angular/actions)
6+
[![Deploy](https://github.com/DevCom-IITB/instiapp-angular/workflows/Deploy/badge.svg)](https://github.com/DevCom-IITB/instiapp-angular/tree/built)
137

148
## Setup
9+
1510
### Use node version 14.16.1
11+
1612
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`.
1713

1814
## CI Built Files
15+
1916
GitHub actions will automatically build and push to the `built` branch.
2017

2118
## Contributing
22-
All contribution guidelines mentioned in [the API repository](https://github.com/wncc/instiapp-api) are also valid for this repository. One other requirement is that linting should not fail during builds.
19+
20+
All contribution guidelines mentioned in [the API repository](https://github.com/DevCom-IITB/instiapp-api) are also valid for this repository. One other requirement is that linting should not fail during builds.

0 commit comments

Comments
 (0)