Added details about deployment

This commit is contained in:
Julien Eluard 2019-05-06 11:01:18 +02:00
parent f8e8b6e2dd
commit 3210411a4c
1 changed files with 8 additions and 1 deletions

View File

@ -29,4 +29,11 @@ Wait a bit, then browse to [http://localhost:3449](http://localhost:3449).
lein build-prod
```
Open `resources/public/index.html` in the browser.
Open `resources/public/index.html` in the browser.
### Deploy
```
lein build-prod
cp resources/public/js/compiled/app.js ../status-im.github.io/src/dapp/js/compiled/app.js
```