Website for Status Network
https://thestatus.network
Jakub Sokołowski
36534c4305
We had issues with NodeJS 12 clashing with Gulp 3 https://stackoverflow.com/questions/55921442/ Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
scaffolds | ||
scripts | ||
source | ||
themes/navy | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.gitmodules | ||
Jenkinsfile | ||
LANGUAGES.md | ||
LICENSE | ||
README.md | ||
_config.dev.yml | ||
_config.prod.yml | ||
gulpfile.js | ||
package.json | ||
product-assemble.svg | ||
yarn.lock |
README.md
status-network
Testing locally
Make sure you have node.js installed first.
-
Open Terminal and navigate to the project root directory,
-
Run
yarn install
, -
Run
./node_modules/.bin/gulp build
-
In another terminal, run
./node_modules/.bin/hexo serve
, -
Visit http://localhost:4000/.