Go to file
Iuri Matias 939b8146fa
fix site url
2020-06-18 12:34:33 +02:00
.github first commit 2020-06-18 12:29:57 +02:00
scripts first commit 2020-06-18 12:29:57 +02:00
source update article date 2020-06-18 12:34:20 +02:00
themes/embark remove faulty meta tag 2020-06-18 12:31:49 +02:00
.editorconfig first commit 2020-06-18 12:29:57 +02:00
.eslintrc.json first commit 2020-06-18 12:29:57 +02:00
.gitattributes first commit 2020-06-18 12:29:57 +02:00
.gitignore first commit 2020-06-18 12:29:57 +02:00
.npmrc first commit 2020-06-18 12:29:57 +02:00
.yarnrc first commit 2020-06-18 12:29:57 +02:00
CNAME first commit 2020-06-18 12:29:57 +02:00
LICENSE first commit 2020-06-18 12:29:57 +02:00
README.md first commit 2020-06-18 12:29:57 +02:00
_config.yml fix site url 2020-06-18 12:34:33 +02:00
deploy-site.js update references 2020-06-18 12:30:36 +02:00
gulpfile.js first commit 2020-06-18 12:29:57 +02:00
package.json Renaming Article 2020-06-18 12:30:38 +02:00
yarn.lock udpate footers 2020-06-18 12:30:35 +02:00

README.md

Embark Official Website

The website for Embark.

Getting started

Install dependencies:

$ git clone https://github.com/status-im/embark-site.git
$ cd embark-site
$ npm install

Generate:

$ hexo generate

Run server:

$ hexo server