- Fork repo to your GitHub account
- Clone repo to your local machine
- cd into your fork
- run
npm install
- this downloads all dependencies for the project - from the root directory of the project - run
npm start
- this starts the react development client
- Make sure your repo is up to date with the main project
- Hit the fetch and merge button on GitHub
- Run
git pull
on your local machine
- Create a branch and name it for the feature you are working on (like
navbar-login
) and make your changes - Push your code to GitHub
- On GitHub, make a PR to the
test
branch and make sure you include the issue your PR covers in the comments (create an issue if it doesn't exist)
You can find the ProjectLog.md
file in the root of the project. Please write a short description of what you are doing as you write a new piece of the app.