2
0
mirror of synced 2025-02-23 08:28:22 +00:00
blog/README.md
Jakub Sokołowski c7acd418c2
first commit
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-18 12:29:57 +02:00

278 B

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