How to manage and work with this repository
- Firstly , you have to clone the repository with the command
git clone https://github.com/PeammaeP/skooldio-web-app-project.git
and don't forget to install node_modules manually. - You have permission to manage with only the
dev
branch , thedev
branch stands for merge between development between other feature with different branches before merge intomain
branch. Therefore ,main
branch doesn't allow to manipulate without permission ( production only ). - Following develop your feature from Jira , seeking for you ticket and make new branch with you feature and then make the pull request for review and feedback and merge to
dev
branch only !! - Finally, Happy Coding !