Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 333 Bytes

File metadata and controls

20 lines (12 loc) · 333 Bytes

Widget example

How to run this example:

# install npm
npm install

# build the widget
./build.sh

# run an http server
python -m SimpleHTTPServer 8080

# optional to test checkignore: in your /etc/hosts, add an entry for 'otherdomain' pointing to 127.0.0.1

# now open http://localhost:8080/index.html in your browser