Skip to content

A repository created by team Dragonbeast for the Feetracker app

Notifications You must be signed in to change notification settings

hnginternship5/feetracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A repository created by team Dragonbeast for the Feetracker app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published