Status nightly builds / fiddle / dapp https://status-im.github.io/
Go to file
Jakub Sokołowski 147ae5003c
fix updating urls
2018-08-17 10:50:48 -04:00
bin codify update process for the page (#2) 2018-08-08 14:13:31 -04:00
ci fix updating urls 2018-08-17 10:50:48 -04:00
out codify update process for the page (#2) 2018-08-08 14:13:31 -04:00
src use desktop icons 2018-08-17 16:21:32 +02:00
.gitignore codify update process for the page (#2) 2018-08-08 14:13:31 -04:00
README.md store vars in env.sh so we can load them in package.json 2018-08-17 09:40:24 -04:00
env.sh update env 2018-08-17 13:55:58 +00:00
package-lock.json codify update process for the page (#2) 2018-08-08 14:13:31 -04:00
package.json store vars in env.sh so we can load them in package.json 2018-08-17 09:40:24 -04:00

README.md

Description

This repo hosts the app available at: https://status-im.github.io/ To be precise it hosts:

Usage

To generate the pages use:

npm run build

To publish this to GitHub Pages use:

npm run gh-publish

The configuration for templating and QR codes is in env.sh and is sourced in package.json.

Continuous Integration

This is built by Jenkins via Jenkinsfile in: https://ci.status.im/job/misc/job/status-im.github.io/ The env.sh file is updated via Jenkinsfile.update_env in: https://ci.status.im/job/misc/job/status-im.github.io-update_env/