clay-dashboard
v0.0.2
Published
A dashboard for Clay!
Downloads
4
Readme
clay-dashboard
A dashboard for Clay!
Install
git clone nymag/clay-dashboard
cd clay-dashboard
npm install
Run
- set
ELASTIC_HOST
to point to your elastic search instance (defaults tolocalhost:9200
) - 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 somemocha
tests