Go to file
Iuri Matias 7d8945dc79
update db.json
2020-06-18 12:30:40 +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 fix blog post date 2020-06-18 12:30:40 +02:00
themes/embark fix fanthom id 2020-06-18 12:30:38 +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 update references 2020-06-18 12:30:36 +02:00
db.json update db.json 2020-06-18 12:30:40 +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