- Clone repository to local
git clone https://github.com/aadhityavarshan/Zone_Alert.git- Install dependencies
# install client dependencies
cd front-end
npm install -g npm
# install backend dependencies
cd ..
cd back-end
npm install -g npm
# return to root directory
cd ..- Initialize Git
git init- Change to dev branch
git checkout dev- Move to backend/frontend folder and begin coding
# for backend
cd back-end
# for frontend
cd front-end