This is a project for providing backend services to various applications in the FG Expense project
Fork and clone this repo if you have not done so.
- If your cloned is not new, sync your local develop branch with the upstream develop. How-To
- Create a new branch for the feature you are working on
- Run npm install to add latest dependencies
- Run
npm run lint
to find errors in code syntax/format - and Run
npm run lint:fix
to fix all fixable errors in source code and format with prettier - Ensure you fix any linting errors displayed after running any of the above commands