embark/site
emizzle bd4b110a78 feat(@embark/whisper): Add Whisper client config
Add option in communication config to choose which Whisper client to use.

Because Parity’s implementation of Whisper is not compatible with Whisper v6, and therefore web3.js in its current form, the following changes have been made:
1. remove any functionality associated with launching a Parity Whisper process.
2. Warn the user when the Parity Whisper client has been opted for in the communication config.
3. Return an error for API calls when Parity Whisper client has been opted for in the communication config.
4. Update Cockpit’s Communication module to show errors returned from API calls.
5. Update the messaging configuration documentation for the new communication client option.
2019-12-11 11:12:18 -05:00
..
scripts chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
source feat(@embark/whisper): Add Whisper client config 2019-12-11 11:12:18 -05:00
themes/embark chore(@embark/site): Add `—template` deprecation notice. 2019-12-11 09:39:20 -05:00
.gitignore fix: add missing linkjuice built 2019-05-07 17:42:32 +02:00
CNAME chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
LICENSE chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
README.md chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
_config.yml site: don't specify timezone in hexo config 2019-08-26 09:44:01 -05:00
deploy-site.js fix(@embark/site): ensure fathom script is only loaded in production environment 2019-11-18 08:59:56 -06:00
gulpfile.js chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
package.json build(deps-dev): bump eslint-config-hexo from 3.0.0 to 4.0.0 in /site 2019-12-02 08:13:02 -06:00
yarn.lock build(deps-dev): bump eslint-config-hexo from 3.0.0 to 4.0.0 in /site 2019-12-02 08:13:02 -06:00

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