builder steps

This commit is contained in:
Radek Stepan 2013-09-29 23:46:40 +01:00
parent 7f2c67c380
commit e569c3cc45
1 changed files with 12 additions and 1 deletions

View File

@ -81,4 +81,15 @@ Then start the proxy passing port number as an argument:
$ PORT=1234 coffee proxy.coffee
```
Visit the port in question in the browser and continue as before.
Visit the port in question in the browser and continue as before.
##Build It
If you would like to run your own build for a custom version of the app, use the [Apps/B Builder](https://github.com/intermine/apps-b-builder).
In short:
```bash
$ npm install apps-b-builder -g
$ apps-b build ./src/ ./build/
```