Website for Status Network https://thestatus.network
Go to file
Jakub Sokołowski 1d5e3cfc2b
update privacy policy links
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-08-30 20:23:46 +02:00
scaffolds Start homepage 2019-11-11 08:53:47 +02:00
scripts update Jenkinsfile, clean up unused stuff 2019-11-19 19:44:39 +01:00
source Press kit pages (#4) 2020-01-09 15:54:00 +01:00
themes/navy update privacy policy links 2021-08-30 20:23:46 +02:00
.eslintignore Start homepage 2019-11-11 08:53:47 +02:00
.eslintrc Start homepage 2019-11-11 08:53:47 +02:00
.gitignore Press kit pages (#4) 2020-01-09 15:54:00 +01:00
.gitmodules Start homepage 2019-11-11 08:53:47 +02:00
Jenkinsfile use SSH credentials to push site to prod 2019-11-26 22:39:09 +01:00
LANGUAGES.md Start homepage 2019-11-11 08:53:47 +02:00
LICENSE Start homepage 2019-11-11 08:53:47 +02:00
README.md Add product assets 2020-08-18 18:46:51 +02:00
_config.dev.yml change domain from thestatus.network to statusnetwork.com 2019-11-26 20:47:48 +01:00
_config.prod.yml change domain from thestatus.network to statusnetwork.com 2019-11-26 20:47:48 +01:00
gulpfile.js upgrade to Gulp 4 and Hexo 4 (#12) 2020-09-05 10:59:43 +09:00
package.json upgrade to Gulp 4 and Hexo 4 (#12) 2020-09-05 10:59:43 +09:00
product-assemble.svg Improved home. Added about. 2019-11-12 00:07:09 +02:00
yarn.lock upgrade to Gulp 4 and Hexo 4 (#12) 2020-09-05 10:59:43 +09:00

README.md

status-network

Testing locally

Make sure you have node.js installed first.

  1. Open Terminal and navigate to the project root directory,

  2. Run yarn install,

  3. Run ./node_modules/.bin/gulp build

  4. In another terminal, run ./node_modules/.bin/hexo serve,

  5. Visit http://localhost:4000/.