Wexond
is an extensible, fast and innovative web browser written in ES2017 using Electron
, React
to build browser's UI easier, and MobX
to easily manage states.
Guides and the API reference are located in docs
.
It also contains documents describing how to use the browser, and create extensions.
There aren't any precompiled binaries at this moment, so to open Wexond
you will need to run the application manually, so head over to Running section.
NOTE: The process shown here uses yarn
, but those commands can be run with npm
. Though we highly recommend you to use yarn
.
Before using those commands below, please make sure you have npm
and yarn
installed.
Before running Wexond
, you need to install all needed dependencies:
yarn
If you have installed all dependencies successfully, then in first terminal you need to run:
yarn run watch
and in second terminal:
yarn start