steem / Wexond

Extensible and minimal web browser with Material UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord Build Status Standard - JavaScript Style Guide dependencies Status devDependencies Status

Standard - JavaScript Style Guide

Wexond

Extensible and minimal web browser with material UI made with Electron and React, that contains many innovative features.

Checkout our Trello board.

Questions and issues

If you have noticed a bug, please report it on Github issue tracker.

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

Running

To run Wexond you need to install all needed dependencies using npm:

npm install

or yarn:

yarn

If you have installed all dependencies successfully, then you can run Wexond using these methods:

  • Standard method

    npm run watch-app
    npm run watch-pages
    npm start
  • Linux

    ./scripts/linux/watch.sh
    ./scripts/linux/start.sh
  • Windows

    Just double-click on scripts/windows/watch.bat and scripts/windows/start.bat

These methods are just to help to start the application easier. They are the same.

Compiling

  • Windows (you must run CMD as administrator).

    npm run compile-all

    Or Run as administrator scripts/windows/compile.bat file.

  • Linux

    sudo npm run compile-all

    or

    sudo sh scripts/linux/compile.sh

Screenshots

Screenshot 1

About

Extensible and minimal web browser with Material UI.

License:MIT License


Languages

Language:JavaScript 87.0%Language:CSS 11.8%Language:HTML 0.9%Language:Batchfile 0.2%Language:Shell 0.1%