mirror of
https://github.com/status-im/cn.status.im.git
synced 2025-01-19 13:01:00 +00:00
Jakub Sokołowski
a4c409f68c
Squashed commit of the following:
commit 16cce1f9cc5445a365d135ce3e803766fcd574af Author: Jakub <i+github@always.fail> Date: Wed Aug 15 13:06:48 2018 -0400 Fix/builds (#14) * upgrade packages * remove dist files * remove old .babelrc config * ginore contents of dist folder * fix gulp build * fix name of project * this page is not hostted on github pages * move all files to src, remove duplicates * add an html gulp task for copying html * move html files to src/html * minify html, add steps for fonts, upgrade packages * use modern function formatting * add some basic scripts to package.json * use babel-preset-env * use babel-preset-env features like import in gulpfile * downgrade to gulp@3.9.0 * remove useless pdf files * more npm updates * upgrade core dependencies * remove unused files
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.
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%