Nordic goose
September 6, 2022 ยท View on GitHub

Nordic goose
Nordic goose is a new tab extension (aka startpage) with nord colors and a dancing goose.
Features:
- ๐ฆ Look at a dancing goose
- ๐จ Beautiful new tab page
- ๐ Navigate through your bookmarks
- โจ๏ธ With full keyboard support
- ๐ Filter your bookmarks
Note: This startpage is accompanied by an firefox theme.
Development setup
JS library: solid-js
CSS framework: vanilla-extract
Provided scripts:
// Start local development
npm run start
// Lint the code
npm run lint:fix
// Transpile to javascript
npm run build
// Validate the extension
npm run ext:lint
// Build the extension
npm run ext:build