Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 334 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 334 Bytes
  1. Install node.js and npm
  2. Install browserify with npm install --global browserify
  3. Run npm install in this directory
  4. Run browserify browser.js -o bundle.js to build
  5. Host index.html, bundle.js, and toggleswitch.xml on a webserver somewhere and visit index.html