Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.2 KB

README.md

File metadata and controls

41 lines (30 loc) · 2.2 KB

discord Build Status Build Status dependencies Status devDependencies Status

Standard - JavaScript Style Guide

Wexond

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.

Documentation

Guides and the API reference are located in docs. It also contains documents describing how to use the browser, and create extensions.

Downloads

Downloads

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.

Running

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