Go to file
dependabot[bot] 49863fc80c
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 15:24:59 +00:00
resources/public Create webviewcamera.html 2021-02-04 17:51:44 +02:00
scripts add CI setup for auto deployments 2020-04-01 10:23:50 +02:00
src fix use of legacy get.status.im domain 2020-06-03 10:31:22 +02:00
.gitignore Added deep-links tab 2019-05-03 14:28:31 +02:00
Jenkinsfile add CI setup for auto deployments 2020-04-01 10:23:50 +02:00
LICENSE add MIT license 2020-04-01 10:23:50 +02:00
README.md add CI setup for auto deployments 2020-04-01 10:23:50 +02:00
package.json add CI setup for auto deployments 2020-04-01 10:23:50 +02:00
project.clj added filters and signed message 2018-06-27 10:19:20 +03:00
webpack.config.js Initial commit 2018-03-20 11:38:33 +03:00
yarn.lock Bump hosted-git-info from 2.8.8 to 2.8.9 2021-05-11 15:24:59 +00:00

README.md

Desription

Status Simple Dapp is a helper Dapp for developers and testers of Status App.

Installation:

yarn install
yarn run build

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.

Production Mode

Build CLJS:

yarn run compile

Open resources/public/index.html in the browser.

Deploy

yarn run deploy

Continuous Integration

Status Jenkins instance builds the master branch with this job:

https://ci.status.im/job/misc/job/simpledapp.status.im/

Which deploys it to gh-pages branch which is published at: