Skip to content

WorldBank-Transport/waterdash

Repository files navigation

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

Releases

No releases published

Packages

No packages published