##Ominous
Install node modules and start up beefy - a local development server designed to work with browserify:
npm install
Build project:
npm run build
Start beefy:
npm run server
- Only require three.js components that are used, instead of bringing in the whole library.
- Do more with cannon.js physics library - or write my own simple physics (to spin the tetrahedron etc).