2019-04-18 10:33:52 +00:00
|
|
|
# Embark Official Website
|
|
|
|
|
|
|
|
The website for Embark.
|
|
|
|
|
|
|
|
## Getting started
|
|
|
|
|
|
|
|
Install dependencies:
|
|
|
|
|
2019-12-18 01:51:10 +00:00
|
|
|
```bash
|
2020-01-16 19:37:59 +00:00
|
|
|
$ git clone https://github.com/embarklabs/embark.git
|
2019-12-18 01:51:10 +00:00
|
|
|
$ cd embark/site
|
2019-04-18 10:33:52 +00:00
|
|
|
$ npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
Generate:
|
|
|
|
|
2019-12-18 01:51:10 +00:00
|
|
|
```bash
|
2019-04-18 10:33:52 +00:00
|
|
|
$ hexo generate
|
|
|
|
```
|
|
|
|
|
|
|
|
Run server:
|
|
|
|
|
2019-12-18 01:51:10 +00:00
|
|
|
```bash
|
2019-04-18 10:33:52 +00:00
|
|
|
$ hexo server
|
|
|
|
```
|