mirror of https://github.com/embarklabs/embark.git
49ace3f0e2
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.1 to 6.7.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.7.1...v6.7.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.. | ||
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