Go to file
Iuri Matias fc69e9548a
blog post for 5.1 release
2020-06-18 12:30:37 +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 blog post for 5.1 release 2020-06-18 12:30:37 +02:00
themes/embark chore: re-add header menu to blog 2020-06-18 12:30:37 +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 chore: re-add header menu to blog 2020-06-18 12:30:37 +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 udpate footers 2020-06-18 12:30:35 +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