Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 637 Bytes

readme.md

File metadata and controls

54 lines (35 loc) · 637 Bytes

Water Dashboards

Build Status

Requirements

  • IOJS >= 3 or NodeJS >= 4

Installation

$ npm install

Build

$ npm run build

Development

Run the dev server

$ npm start

Will serve the app at localhost:3000.

Lint and test

$ npm test

Lint only

$ npm run lint

Test only

$ npm run test-only

Push changes to gh-pages branch

$ npm run deploy