Skip to content

RandySiren/TutorHub

Repository files navigation

TutorHub

Installation

Use the npm package manager to install TutorHub to setup for development.

After cloning the repository, install the dependencies:

npm i

To run the application in development mode:

npm run dev

Look at your terminal, it will either show errors or tell you which localhost port your application is live on (default 8080).

Contributors

Please create your own branch

git checkout -b YOUR_BRANCH_NAME

and then to push to remote simply set your upstream origin

git push --set-upstream origin YOUR_BRANCH_NAME

Try not to merge changes yourself to master unless you're 100% sure it's both correct and won't mess up the git workflow. Changes will be reviewed and merged onto the master, this lets us not interfere with each other and have a detailed history of who did what and when so any mistakes can be backtracked efficiently.

SIMPLE GIT GUIDE