Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 1.42 KB

README.md

File metadata and controls

70 lines (56 loc) · 1.42 KB
AppLogo

SkyBrowser

A minimal and lightweight web browser with basic adblocking

Installation

You can download and test the latest beta for Linux and Windows, available here

Development Requirements

  • Git
  • NodeJS
  • npm (Comes with NodeJS on Windows)

Clone the GitHub repo

git clone https://github.com/SkylerHope/SkyBrowser.git

Enter the project directory

cd SkyBrowser

Install the dependencies

npm install

Usage

Enter the project directory

cd SkyBrowser

Start the development server

npm start

Update

Enter the project directory

cd SkyBrowser

Fetch the latest commit

git pull

Building a package

Please refer to the official electron-builder guide to configue package.json for building. Linux, Windows, macOS

Enter the project directory

cd SkyBrowser

Install the dependencies

npm install

Start the building process

npm run build

For the next step, refer to the electron-builder docs again