- Setup git below
- Install VSCode
- Install ESLint extension
- Open Chrome > Menu > Extensions
If you’ve never used git or github before, here is the tutorial on how to download, install and configure git.
Clone our repository into a local directory. Open a terminal/shell and go to a convenient directory and then type:
$ git clone https://github.com/cse112-sp20/nitro-chrome.git
or$ git clone git@github.com:cse112-sp20/nitro-chrome.git
Congratulations, you now have Git and GitHub all set up!