Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 676 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 676 Bytes

Build Status

load-monitor-meteor

A sample meteor.js app with highcharts.

Demo

The application is available at Heroku (on a single dyno): https://load-monitor-meteor.herokuapp.com/

Alerts are raised when load is over the number of CPUs.

Install

Clone this repository, then:

$ yarn install

A few commands

  • Run the application
$ yarn start
  • Run tests
$ yarn test
  • Run tests and watch files for changes
$ yarn run test:watch