To continue moving on with the project more smoothly, we should each fork our own repositories out of Jaden's and develop and create pull requests. To do so, we can do:
- Fork using the 'Fork' button on the top right of jdnhix/game-of-rent repo.
- Clone the forked repository to your local machine. (Just like how you regularly clone)
- Redirect to the cloned repo on your machine in the terminal.
- Run the following commands to set up upstream
git remote add upstream https://github.com/jdnhix/game-of-rent.git
git fetch upstream
git rebase upstream/master
git push origin master
You might need to --force on git push initially
git branch -a
npm i -g eslint
npm i --save-dev eslint-config-airbnb
eslint --ext .js src/