Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.05 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.05 KB

About School Fees Tracker

Getting Started

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

  1. Fork the repository first and clone and run this:
$ git clone <CLONED_URL>
  1. Add parent repo
$ git remote add upstream https://github.com/hnginternship5/feetracker.git

  1. Change into the cloned repo and install dependencies
$ cd feetracker
$ npm install
  1. Start the project
$ npm start
  1. 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!