# Download project
$ git clone https://github.com/global-pan-africanism-network/zumaridiafrica_frontend
# Change directory to project
$ cd zumaridiafrica_frontend
# Install dependencies
$ npm install# To run web in dev mode
$ npm start
# Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.# Always pull code from development branch as it always contains the latest state of the application
$ git pull
# Make new branch for task you given
$ git checkout -b <branch-name>
# Make changes to project
# Stage changes
$ git add .
# Commit staged changes making use of the conventional commit styles to communicate intent of each commit (check Dev Tools for more information).
$ git commit -m "<type>[optional scope]: <description>"
# Push to branch
$ git push -u origin <branch-name>
# Open a pull request to the development branch- git
- node && npm
- conventional commits https://www.conventionalcommits.org/en/v1.0.0/
For detailed explanation on how things work or if any error is encountered, please don't hesitate to drop me an email : okechjobs@gmail.com