jello
jello copied to clipboard
A distorted canvas built with PIXI.js
#Jello.js
Requirements
Dependencies
The required dependencies and known working versions for this project.
- Look at the
package.jsonfor project dependencies.
Installation
Install all global project dependencies. This list denotes starting from a blank slate. First install node for your machine. Node will install with npm.
gem install sass
Getting Started
Install all local project dependencies via the package.json file.
npm install
Development
Static Assets
Watch and compile static assets for the project. Webpack and node will compile Javascript and Sass into the assets folder.
npm start