Update build instructions in README

This commit is contained in:
Teemu Patja 2017-08-19 12:11:53 +03:00
parent cf233c9d40
commit 52cbc7f0aa
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 17 additions and 0 deletions

View File

@ -7,6 +7,12 @@ http://wiki.status.im/proposals/commiteth/
Live alpha version: Live alpha version:
https://commiteth.com https://commiteth.com
The `master` branch is automatically deployed here.
Live testnet (Rinkeby) version:
https://commiteth.com:444
The `develop` branch is automatically deployed here.
## Prerequisites ## Prerequisites
@ -30,8 +36,19 @@ Launch following commands each in its own shell:
lein run lein run
lein figwheel lein figwheel
lein less auto lein less auto
```
## Uberjar build
To create a standalone uberjar:
``` ```
lein with-profile uberjar cljsbuild once min
lein uberjar
```
This creates `target/uberjar/commiteth-<git-sha>.jar`
## Testing ## Testing