Biosmatrix / feetracker

A repository created by team Dragonbeast for the Feetracker app

Home Page:https://feetracker.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About School Fees Tracker

Getting Started

  1. Fork the repository, clone it.
  2. cd (change directory) into the project folder i.e Fees_tracker
  3. Run npm install (on your terminal) to install the dependencies.
  4. Run npm start (on your terminal) to run the project.
  5. Go to your browser localhost:3030 to view the project.
  6. When you make your changes to the repo, push to master and create a pull request, make sure there are no merge conflicts.

Fork the repository first and clone it

git clone CLONE_URL

Change into cloned repo and install dependencies

npm install (on your terminal)

Start the project

npm start (on your terminal)

Visit http://localhost:3030 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. — You if upon fetch upstream to update and npm start can't run, do npm intall then try again.

About

A repository created by team Dragonbeast for the Feetracker app

https://feetracker.app


Languages

Language:JavaScript 68.6%Language:HTML 20.2%Language:CSS 11.1%