Skip to content

arthur-hi/comet-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


👋 Welcome to Comet ☄️


## Designed with Windows 11 in mind.

## Comet is a simple browser focused on User Interface & User Experience.


## This version of comet is in early development and everything is subject to change.


Screenshot(s)


📦 Download latest (pre-)release

You can download the latest releases from here.



☄️ Running from source

1: Prerequisites

2: Clone the repository.

git clone https://github.com/asanull/comet-browser.git

This will create a local copy of the repository.

3: Install dependencies

cd comet-browser
npm install

or

cd comet-browser && npm install

'cd' will navigate to the local repository directory and 'npm install' will install all the dependencies included in package.json.

4: Run the project

npm run dev

That's it! you should now be running comet. But we can take it a step further...



🔨 Building from source

1: Prerequisites

Follow steps 1 to 3 from '🔨 Running from source '.
This should ensure that you already have all the correct prerequisites and dependencies set up.

2: Build the project

npx electron-forge import
npm run make

This will set up Forge's scaffolding and then create a distributable using Forge's make command.

3: Done

There should now be an 'out' directory created by Forge where the package will be located.
Said 'out' directory should look something like this:

Note that there are issues with the latest builds of comet as there is a missing directory although it is not required for comet to function.

About

Electron app experiment with minor documentation and releases

Topics

Resources

Stars

Watchers

Forks

Contributors