HazardB / is-kronos-up-yet

Website for the "is kronos up" service
MIT License
6 stars 0 forks source link

Is Kronos Up Yet?

http://iskronosupyet.com is a small web site built to display the current server status for Kronos realms.

This is now dependent on an API repository located here: iskronosup-api

Dependencies

Getting started

Command Behind the scenes Comment
npm start npm i && webpack && node server.js Installs packages, bundles app with webpack & starts express server
npm build webpack Bundles React components into public/bundle.js
npm run watch webpack -w Runs the webpack watcher - bundling on file change

Starting the server

Issues / Contributions