mirror of https://github.com/embarklabs/embark.git
08be5e40fc
As discussed in #2008, the `service on/off` command in Embark's interactive console is non-functioning. As solving the root of the problem requires a bit more effort than anticipated, we've decided offline to remove this command for the time-being. The functionality is already gone, this commit removes the corresponding docs. |
||
---|---|---|
.. | ||
scripts | ||
source | ||
themes/embark | ||
.gitignore | ||
CNAME | ||
LICENSE | ||
README.md | ||
_config.yml | ||
deploy-site.js | ||
gulpfile.js | ||
package.json | ||
yarn.lock |
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