From e569c3cc454a5dd163c12ff26f85afadcffeeda1 Mon Sep 17 00:00:00 2001 From: Radek Stepan Date: Sun, 29 Sep 2013 23:46:40 +0100 Subject: [PATCH] builder steps --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f99e252..c79511b 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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/ +``` \ No newline at end of file