Update README.md

This commit is contained in:
Jarrad 2016-10-14 19:22:00 +08:00 committed by GitHub
parent 6bf5f5be42
commit 2ff386b737
1 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,14 @@
# token # Wallet
A [re-frame](https://github.com/Day8/re-frame) application designed to ... well, that part is up to you. The Default Wallet DApp for Status using [re-frame](https://github.com/Day8/re-frame).
## Development Mode ## Development Mode
### Run application: ### Run application:
``` ```
git clone git@github.com:status-im/wallet.git && cd wallet
adb reverse tcp:3450 tcp:3450
lein clean lein clean
lein figwheel dev lein figwheel dev
``` ```