required: Node plus npm and Git
Fork the repo https://github.com/hngx-org/Vikings-events-backend
git clone https://github.com/<your_github_username>/Vikings-events-backend
cd Vikings-events-backend
git remote add upstream https://github.com/hngx-org/Vikings-events-backend.git
git pull upstream dev
git checkout <your_branch_name>
npm install
# Copy env.sample to .env and input your keys
npm run dev
npm run lint
# add and commit your changes
git pull upstream dev
git push origin <your_branch_name>
# go and make a pull request to the dev branch