Usage
clone this repository:
$ git clone https://github.com/ggilles/butterchurn-simple.git
initialize node modules:
$ cd butterchurn-simple
$ yarn install
The demo won't work from local files, you have to use a web server, python's SimpleHTTPServer will be enough:
$ python -m SimpleHTTPServer
Open the demo:
$ open http://localhost:8000/demo.html