mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
26 lines
278 B
Markdown
26 lines
278 B
Markdown
# Embark Official Website
|
|
|
|
The website for Embark.
|
|
|
|
## Getting started
|
|
|
|
Install dependencies:
|
|
|
|
``` bash
|
|
$ git clone https://github.com/status-im/embark-site.git
|
|
$ cd embark-site
|
|
$ npm install
|
|
```
|
|
|
|
Generate:
|
|
|
|
``` bash
|
|
$ hexo generate
|
|
```
|
|
|
|
Run server:
|
|
|
|
``` bash
|
|
$ hexo server
|
|
```
|