Home

Awesome

middlemachine | phoenix

Phoenix is the MVC javascript client for middlemachine API.

Install:

Requirements

Procedure

After you have Ruby and Rubygems installed, run

gem install bundler

This will install the Bundler dependency managment gem. Change the working directory to project root (where this README is located) and run

bundle

This will download and install the required gems from the Gemfile, of which the most important are:

Usage

To observe files for changes and run preprocessing accordingly just run

bundle exec guard

This run the guard file watcher in the scope of the bundle and watch for changes, as well as open an interactive console for guard scripts

In order to manually run all the guard scripts, simply press enter when the guard interactive console launches