elstat/priv/frontend
Luna Mendes 5428dcee3c change uptimes to daily, weekly and monthly
- /api/current_status renamed to /api/quick
 - add week_uptime and month_uptime to responses
2018-09-05 21:17:26 -03:00
..
public make javascript notice pretty 2018-07-16 18:32:42 -07:00
src add uptime display 2018-08-08 17:06:35 -07:00
.prettierrc prettier 2018-08-08 17:06:32 -07:00
README.md yarn is cursed 2018-07-13 12:33:54 -07:00
config.example.json remove config and add example 2018-07-16 10:46:08 -07:00
package-lock.json change uptimes to daily, weekly and monthly 2018-09-05 21:17:26 -03:00
package.json test: add initial testing 2018-07-22 12:10:28 -07:00

README.md

elstat frontend

  • cool graphs

install dependencies:

$ npm install

# in a ci, do:
$ npm ci

to build for production:

$ npm run build