A tiny gooey game of life canvas experiment
Demo : http://gooeygameoflife.herokuapp.com/
Install NodeJS
npm install
npm run start
npm run build
npm run publish
Use this command to disable production mode and install devDependencies for building the app directly on heroku's servers
heroku config:set NPM_CONFIG_PRODUCTION=false