Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 527 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 527 Bytes

spike-path

Path exploration. Random spiky body around a line that grows based on the mouse speed.

[ view demo ]

Development instructions:
# install all the dependencies
npm install

# serve build using browser-sync
gulp serve [--prod]

# optionally you can also install jspm globally
npm install -g jspm
Bundle to production:
gulp build

License

MIT, see LICENSE.md for details.