This project was bootstrapped with Create React App
To get this repo up and running on your local machine follow these simple steps.
Here's a list of things you'll need to have prior to installing the software.
- Python
- NPM
- NodeJs
- Any modern web browser
- Clone the repository to local machine.
$ git clone https://github.com/SDOS-Winter2021/Team_7_SEF_Frontend.git
- Install the package either using yarn or npm
$ npm install
# Alternatively run
$ yarn.
- You are good to go... 🎉
Once installed start the frontend server by thye following command.
$ npm start
# Alternatively run
$ yarn start.
The website server is now running at http://127.0.0.1:3000. Open this in your browser.
See the open issues for a list of proposed features (and known issues). You can also track where the project is going in further releases just visit the projects tab.
MIT License. See LICENSE
for more information once complete.
- Aayush Gupta - aayush17002@iiitd.ac.in
- Sudhanshu Mohan - sudhanshu17110@iiitd.ac.in
- Divyam Bhagchandani - divyam17339@iiitd.ac.in
- Bhavika Rana - bhavika17036@iiitd.ac.in
Project Link: https://github.com/SDOS-Winter2021/Team_7_SEF_Frontend