0.0.2 • Published 10 years ago

clay-dashboard v0.0.2

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

clay-dashboard

A dashboard for Clay!

Circle CI

npm.io

Install

git clone nymag/clay-dashboard
cd clay-dashboard
npm install

Run

  1. set ELASTIC_HOST to point to your elastic search instance (defaults to localhost:9200)
  2. run it with npm start

Note: Running npm install will automatically run gulp and compile assets. Assets (css, images, etc) live in the public folder.

Contribute

  • run tests with npm test
  • this will run eslint on all files and run some mocha tests