Download

Prerequirement
Node.js >= 7

You should have Node.js version >= 7 avalable. Check with:

node -v

You may use nvm to manage your Node.js version, we do!

nvm install node
Install
With GitHub

Clone the repository:

git clone https://github.com/access-watch/access-watch.git

Install dependencies with npm:

cd access-watch
npm install

Execute with:

npm start