Project for EduHack Hackathon 2022 ⚡️⚡️
Watch project demo: https://youtu.be/nZ4JXe6lIBk
git clone https://github.com/WahabDev12/Hack-Zero.git
cd Hack-Zero
Make sure to be in this directory before you create your branch
git checkout -b <branchname>
git switch <branchname>
git pull origin development
npm install // to install all dependencies
git add .
git commit -m <commit name>
git push origin <your-branch>
After pushing to your branch, create a pull request and merge the changes.