Skip to content

Penguin is a simple sample browser made with electron

License

Notifications You must be signed in to change notification settings

Dougal-s/Penguin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penguin

A simple sample browser made with electron

Contents

Getting Started

Prebuilt binaries can be found under releases

Prerequisites

  • git
  • npm

Ubuntu/Debian:

sudo apt install git npm

MacOS:

This assumes you already have brew installed

brew install git npm

Installing

First clone the repository by running:

git clone https://github.com/Dougal-s/Penguin.git
cd Penguin

Install the required dependencies and build the installer by running:

npm ci
npm run build

Locate and run the execute the installer located in dist.

Penguin can also be run by without being installed for development purposes by executing:

npm start

About

Penguin is a simple sample browser made with electron

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published