https://github.com/globocom/stormdash
A unique dashboard to show simple alerts
https://github.com/globocom/stormdash
Last synced: 11 months ago
JSON representation
A unique dashboard to show simple alerts
- Host: GitHub
- URL: https://github.com/globocom/stormdash
- Owner: globocom
- License: apache-2.0
- Created: 2017-01-11T13:17:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T22:44:25.000Z (over 3 years ago)
- Last Synced: 2025-04-06T08:36:39.416Z (over 1 year ago)
- Language: JavaScript
- Size: 4.14 MB
- Stars: 14
- Watchers: 17
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StormDash
A unique dashboard to show simple alerts
## Getting Started
### Clone this repo
```bash
> git clone https://github.com/globocom/stormdash.git
> cd stormdash
```
### Install Dependencies
```bash
> npm install
```
### Build
```bash
> npm run build
```
### Start the Server
```bash
> npm run start:server
```
## License
Apache-2.0