Skip to content
This repository was archived by the owner on Jul 7, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 289 Bytes

File metadata and controls

15 lines (12 loc) · 289 Bytes

Sinfo Web App

Enable logs

Enter the following on your browser's console:

localStorage.debug = true

How to run it

  1. download/install node.js
  2. install dependencies: npm install
  3. run it: npm start
  4. open http://localhost:9000 in a browser