pulse-browser / experiment

Another Gecko browser
Mozilla Public License 2.0
42 stars 1 forks source link
browser firefox firefox-based gecko gecko-based
# Helix Just another Gecko browser...

Overall goals

Testing build artifacts

If you wish to test the browser, you can find build artifacts for Linux under Github actions. To run:

  1. Find the latest Github actions run (making sure its on the correct branch)
  2. Download the artifact called testing_browser
  3. Extract the artifact
  4. Run with ./quark-runtime -no-remote

Build instructions

Ensure that the following are installed before continuing:

To get a dev server running:

pnpm i
pnpm dev

Then launch (whilst the dev server is running):

pnpm app:start