builder steps
This commit is contained in:
parent
7f2c67c380
commit
e569c3cc45
13
README.md
13
README.md
|
@ -81,4 +81,15 @@ Then start the proxy passing port number as an argument:
|
||||||
$ PORT=1234 coffee proxy.coffee
|
$ 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/
|
||||||
|
```
|
Loading…
Reference in New Issue