Skip to content

jgraycar/Kamaete

Repository files navigation

Kamaete

The frontend client code for www.kamaete.com, implemented using Ember.js

Kamaete takes drum movements into the future, by offering a modern solution to planning stage transitions.

See here for the backend server code.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:jgraycar/Kamaete
  • change into the new directory (cd Kamaete)
  • npm install
  • bower install

Running / Development

For the application to work as intended, the Rails backend must also be running; see the backend repo for the relevant setup instructions.

Running Tests

  • ember test
  • ember test --server

Building & Deploying

  • ember build (development)

To simultaneously build the code in the production environment and deploy it to the Firebase-hosted live site, simply run bin/deploy

Further Reading / Useful Links