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.
You will need the following things properly installed on your computer.
git clone git@github.com:jgraycar/Kamaete
- change into the new directory (
cd Kamaete
) npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
For the application to work as intended, the Rails backend must also be running; see the backend repo for the relevant setup instructions.
ember test
ember test --server
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