Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 541 Bytes

File metadata and controls

16 lines (13 loc) · 541 Bytes

Scrum Backend by TryCatch Team

This is a hackathon project by TryCatch Team for Devsnest backend hackathon. Work in progress

For Contributors

  • Fork the repo
  • Run npm install to install the dependencies, once you have cd'd into the directory
  • Run npm start to start the dev server
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add Git changes to reflect the changes made
  • Commit your changes (git commit -m 'Improve feature')
  • Push to the branch
  • Send the PR.