This is a hackathon project by TryCatch Team for Devsnest backend hackathon. Work in progress
- Fork the repo
- Run
npm installto install the dependencies, once you havecd'd into the directory - Run
npm startto 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.