A platform that supports university students struggling with depression, stress and anxiety.
Visit system documentation
git clone https://github.com/Rajae-Robinson/ZenScholar.git
desktop
run cd desktop/zen-scholar
npm install
npm install
ran without errors, then run npm run dev
to start the local development server.Create a new branch using the latest changes from main
.
git branch <branch_name>
git checkout <branch_name>
After adding and commiting desired changes push your branch to origin by running git push
.
Go to Github's website, go to 'Pull Requests' tab, open pull request for branch, tag and notify reviewer.
Changes can only be merged after reviewer accepts PR.