Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 292 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 292 Bytes

StormDash

A unique dashboard to show simple alerts

###Getting Started###

  # Clone this repo
	> git clone https://github.com/globocom/stormdash.git
	> cd stormdash

  # Install dependencies
	> npm install

  # Build
	> npm run build

  # Start the server
  > npm run start:server