The client side for the game, implemented in Elm. You can see the API here: https://github.com/tylerdiaz/cloud-cogs-api
Make sure you’re in the client directory. Install Node.js, NPM, and Elm tools.
Install the local packages.
npm install
Run it.
npm start
For now, talk to Tyler. Once he gets tired of narrating, he’ll update this section.
You need s3cmd to deploy. Install on mac:
brew install s3cmd
Then inside the client folder run:
npm deploy