Highly customizable and minimal Firefox start page build with svelte and sveltekit.
- Download from the
.xpifile from releases - Drag the file into any open Firefox window to install it (select Add when you see the prompt).
- Alternatively, enter
about:addonsin the url bar, go to Extensions, select the gear button and choose Install Add-on From File, then select the downloaded file.
- Settings menu enhancements
- Tooltip for configuration options
- Customizable fonts
- Add color theme presets
- Add weather widget
- Add stock market watch widget
Requirements
bun: >= 1.1.4
- Run
bun install - Run
bun run build. Code is built in./build. - Run
web-ext build -s build. Code is packaged to./web-ext-artifacts.
Install bun. Or, use nix-shell for an ephemeral development shell. You can use the default bash shell:
$ nix developOr specify your preffered shell:
$ nix develop -c zshYou can also install nix-direnv to automatically switch shells when you cd into the project.
- First run:
$ bun install- Then run the following command to start a development build:
$ bun run dev