Skip to content

didv097/Electron-Web-Browser

Repository files navigation

Super Fast Web Browser

Customized from Wexond Web Browser https://github.com/wexond/wexond

Running

Before running, please ensure you have Node.js installed on your machine.

When running on Windows, make sure you have build tools installed. You can install them by running as administrator:

$ npm i -g windows-build-tools

Firstly, run this command to install all needed dependencies. If you have encountered any problems, please report it. We will try to help as much as I can.

$ npm install

The given command below will run the Browser in the development mode.

$ npm run dev