- For a developer with
pnpm
andnode
, clone to starting development should be under 2 minutes. - Should be easy to contribute to for someone with Svelte experience & limited knowledge of Gecko
- Extension API support
If you wish to test the browser, you can find build artifacts for Linux under Github actions. To run:
- Find the latest Github actions run (making sure its on the correct branch)
- Download the artifact called
testing_browser
- Extract the artifact
- Run with
./quark-runtime -no-remote
Ensure that the following are installed before continuing:
- A maintained version of nodejs
- Linux
- pnpm
To get a dev server running:
pnpm i
pnpm dev
Then launch (whilst the dev server is running):
pnpm app:start