Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 589 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 589 Bytes

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 :)

How to run

Do npm install to install the dependencies and start the server using npm start

How to contribute

  • 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] and git push origin [branch_name]
  • Make a pull request from your forked repo.