The SillySay.js demo for my blog
Go to file
Starbeamrainbowlabs 6c03bc4346 Add blog post link 2016-12-29 18:04:45 +00:00
.gitignore initial commit 2016-12-29 13:51:03 +01:00
LICENSE initial commit 2016-12-29 13:51:03 +01:00
README.md Add blog post link 2016-12-29 18:04:45 +00:00
SillyBundle.js Initial commit. 2016-12-29 12:52:31 +00:00
SillySay.js Initial commit. 2016-12-29 12:52:31 +00:00
WordSplitter.js Initial commit. 2016-12-29 12:52:31 +00:00
index.html Initial commit. 2016-12-29 12:52:31 +00:00
package.json Initial commit. 2016-12-29 12:52:31 +00:00

README.md

Silly-Say

The SillySay.js demo for my blog.

Asciicast

asciicast Setting up Browserify + Rollupify + Wzrd

Download

  • Git clone url: https://git.starbeamrainbowlabs.com/Demos/Silly-Say.git
  • zip
  • tar.gz

Setting up

  • Install Node.js
  • Install browserify and wzrd: npm install browserify wzrd (don't forget to sudo on linux!)
  • Run npm install