We assume you already have Git, Nodejs and npm already installed on your machine.
Follow the following steps: The symbol '$' that precedes each line means run in terminal.
NB: If you will not be contributing the the project, ignore step 2 and any other comment on pull request.
Fork the repository first and clone it
- Fork the repository first and clone and run this:
$ git clone <CLONED_URL>
- Add parent repo
$ git remote add upstream https://github.com/hnginternship5/feetracker.git
- Change into the cloned repo and install dependencies
$ cd feetracker
$ npm install
- Start the project
$ npm start
- Visit
http://localhost:3030
on your prefered web browser to view the project.
NOTES:
— After making changes to the repo, push to master and create pull request, make sure there are no merge conflicts.
— Do not merge pull request, a mentor will. — If upon fetching upstream, npm start fails, run npm install then try again. Cheers!