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 installRun it.
npm startFor 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 s3cmdThen inside the client folder run:
npm deploy