Go to file
dependabot[bot] 66ce390ae8
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 05:36: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 readme: update CI job link 2021-06-01 09:46:52 +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 path-parse from 1.0.6 to 1.0.7 2021-08-12 05:36: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/website/job/simpledapp.status.im/

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