Saas CRM Platform for Food Businesses to track important metrics and the tools they need to generate more sales and reach new customers.
- Navigate to web-app file : './web-app'
- npm i into the terminal to install dependencies
- npm start to run in dev mode
To switch branch : git checkout To Push Contents to GitHub branch, after changes has been commited : git push Merge Contents from another branch : git pull origin
- Verfiy you are on your branch before writing to this Codebase
- Always pull from the Review Branch to your code environment before making any changes or implementing feature.
- After every feature, bug fixes or code maintenance is done, push your code changes to your personal branch.
- Always create a pull request for code review and wait request for merging your changes.
- Ensure Your Pull-Request has been reviewed before commiting other changes.
- We'd be use RTK as an upgrade in the future.
- VanillaCss should be used only.
Overhaul - An Isolated branch, Only Admin has access to this branch, it holds the static website template and it's majorly dedicated to storing that. Experiment - This should only be used for when we are working integrating a major feature/ service that could break the entire-app, consider this branch as a sort of sandbox for that.