Skip to content

cse112-sp20/nitro-chrome

Repository files navigation

Nitro Chrome

Build Status

About the team

Contribution Rules Guide

Contribution Process Guide

Code Review Guide

Repo Organization Guide

Getting Started Guide

Setup Dev Environment

  1. Setup git below
  2. Install VSCode
  3. Install ESLint extension
  4. Open Chrome > Menu > Extensions

Setup Git

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!