mirror of
https://github.com/status-im/cn.status.im.git
synced 2025-02-12 16:36:26 +00:00
* axios - CVE-2019-10742 * tar - CVE-2018-20834 * lodash - CVE-2018-16487 * cached-path-relative - CVE-2018-16472 Signed-off-by: Jakub Sokołowski <jakub@status.im>
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/
Description
Languages
JavaScript
82.3%
CSS
13.7%
HTML
4%