The official website of IEEE Student Branch, Manipal University Jaipur.
Install dependencies
$ git clone https://github.com/ieee/website.git
$ cd website
$ npm install
Run in development mode
$ npm run dev
Generate production build and serve it
$ npm run build
$ npm start