To start using this project, clone this project from Github, find the project on the terminal and run the following commands:
This will install all the libraries that the project requires for running.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
If changes have been made to the project, you will need to pull those changes from the Github repository. To do so, run the following command:
This will download the new changes. If the project was already running, use Ctrl+C to stop the project, then download the code and use npm start to start the project again.