## 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.
You can download the latest releases from here.
git clone https://github.com/asanull/comet-browser.gitThis will create a local copy of the repository.
cd comet-browsernpm installor
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.
npm run devThat's it! you should now be running comet. But we can take it a step further...
Follow steps 1 to 3 from '🔨 Running from source '.
This should ensure that you already have all the correct prerequisites and dependencies set up.
npx electron-forge importnpm run makeThis will set up Forge's scaffolding and then create a distributable using Forge's make command.
There should now be an 'out' directory created by Forge where the package will be located.
Said 'out' directory should look something like this:

