This is a template created with create-react-app to organize various help squads within a single app. Each squad will have it's own route. Feel free to add improvements or changes :)
Do npm install
to install the dependencies and start the server using npm start
- Fork the repo and switch to a new branch using
git checkout -b [branch_name]
- Code your stuff.
- Commit and push to your own forked repo using
git add [files]
,git commit -m [your message]
andgit push origin [branch_name]
- Make a pull request from your forked repo.