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

sinfo/sinfo-webapp

Repository files navigation

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