2020-03-31 13:37:46 +00:00
|
|
|
# Desription
|
2018-03-20 08:46:41 +00:00
|
|
|
|
2020-03-31 13:37:46 +00:00
|
|
|
Status Simple Dapp is a helper Dapp for developers and testers of Status App.
|
2018-03-20 08:46:41 +00:00
|
|
|
|
|
|
|
### Installation:
|
|
|
|
|
|
|
|
```
|
2020-03-31 13:37:46 +00:00
|
|
|
yarn install
|
|
|
|
yarn run build
|
2018-03-20 08:46:41 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Development Mode
|
|
|
|
|
|
|
|
### Run application:
|
|
|
|
|
|
|
|
```
|
|
|
|
lein figwheel-repl
|
|
|
|
```
|
|
|
|
|
|
|
|
Figwheel will automatically push cljs changes to the browser.
|
|
|
|
|
|
|
|
Wait a bit, then browse to [http://localhost:3449](http://localhost:3449).
|
|
|
|
|
|
|
|
## Production Mode
|
|
|
|
|
|
|
|
### Build CLJS:
|
|
|
|
|
|
|
|
```
|
2020-03-31 13:37:46 +00:00
|
|
|
yarn run compile
|
2018-03-20 08:46:41 +00:00
|
|
|
```
|
|
|
|
|
2019-05-06 09:01:18 +00:00
|
|
|
Open `resources/public/index.html` in the browser.
|
|
|
|
|
|
|
|
### Deploy
|
|
|
|
|
|
|
|
```
|
2020-03-31 13:37:46 +00:00
|
|
|
yarn run deploy
|
|
|
|
```
|
|
|
|
|
|
|
|
## Continuous Integration
|
|
|
|
|
|
|
|
Status Jenkins instance builds the `master` branch with this job:
|
|
|
|
|
2021-06-01 07:46:52 +00:00
|
|
|
https://ci.status.im/job/website/job/simpledapp.status.im/
|
2020-03-31 13:37:46 +00:00
|
|
|
|
|
|
|
Which deploys it to `gh-pages` branch which is published at:
|
|
|
|
|
|
|
|
* https://simpledapp.status.im/
|