Go to file
Jakub Sokołowski 5ee72d1225
update README about parameters
2018-08-15 14:13:23 -04:00
css changing directory 2017-08-21 16:55:38 -05:00
js changing directory 2017-08-21 16:55:38 -05:00
libs changing directory 2017-08-21 16:55:38 -05:00
src remove unused html files 2018-08-15 13:55:02 -04:00
.babelrc use babel-preset-env 2018-08-11 20:26:35 -04:00
.gitignore ginore contents of dist folder 2018-08-10 23:59:02 -04:00
Jenkinsfile add clean step to build 2018-08-15 14:00:20 -04:00
README.md update README about parameters 2018-08-15 14:13:23 -04:00
gulpfile.babel.js add check of size after build 2018-08-15 13:54:10 -04:00
package-lock.json add gulp-template 2018-08-15 13:41:46 -04:00
package.json add gulp-template 2018-08-15 13:41:46 -04:00

README.md

Description

This repo creates the Status main Chinese page for https://cn.status.im.

Usage

To develop the site use:

npm run develop

To build the site use:

npm run build

The build artifacts end up in dist folder.

Paramaters

The HTML is templated with following parameters:

  • APK_URL - URL for downloading the newest Android release

Pulled from the environment in gulpfile.babel.js.

Continuous Integration

The deployment is handled by Jenkins(https://ci.status.im/) and configured via the Jenkinsfile and deployed via this job: https://ci.status.im/job/misc/job/cn.status.im/