This project assumes you have NodeJS v8 or greater installed. You should also have npm v5 or greater installed as well (this comes packaged with Node 8). You'll also need a recent version of git installed as well.
To get started with the project, start with this:
- Sign up for a GitHub Account (if you don't already have one)
- Fork this repo
- Clone your fork
- In the directory you cloned the repository, run git fetch --all
These steps will assume that you have cd'd in your preferred editor to this repositories cloned location.
- Install dependencies: npm install
- Enjoy!