Leash aspires to be a zero configuration development server for multi-component web applications, similar to Pow or Hoof.
Clone this repository, add leash/bin to your path or symlink it into a directory on your path, and then run
$ leash setup
Any build failures will be logged into leash/build.log.
To start Leash, run
$ leash start
If you wish to stop running Leash,
$ leash stop
should suffice.