Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 901 Bytes

README.md

File metadata and controls

51 lines (29 loc) · 901 Bytes

VIKINGS EVENTS BACKEND

Documentation

Installation

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>

Running Locally

npm install

# Copy env.sample to .env and input your keys

npm run dev

Pushing your code

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