2
0
mirror of synced 2025-02-23 16:38:21 +00:00
blog/README.md
2020-06-18 12:35:34 +02:00

279 B

Embark Official Blog

The Blog for Embark.

Getting started

Install dependencies:

$ git clone https://https://github.com/rbnpercy/embark-blog.git
$ cd embark-blog
$ npm install

Generate:

$ hexo generate

Run server:

$ hexo server