tylerdiaz / cloud-cogs-client

The application users use to interface with the cloud-cogs API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Cogs

The client side for the game, implemented in Elm. You can see the API here: https://github.com/tylerdiaz/cloud-cogs-api

Here’s what it looks like: screenshot.png

How do I turn it on?

Step 1

Make sure you’re in the client directory. Install Node.js, NPM, and Elm tools.

Step 2

Install the local packages.

npm install

Step 3

Run it.

npm start

How do I work on this?

For now, talk to Tyler. Once he gets tired of narrating, he’ll update this section.

To deploy

You need s3cmd to deploy. Install on mac:

brew install s3cmd

Then inside the client folder run:

npm deploy

About

The application users use to interface with the cloud-cogs API


Languages

Language:Elm 81.8%Language:CSS 9.3%Language:JavaScript 8.1%Language:HTML 0.8%