Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.05 KB

readme.md

File metadata and controls

45 lines (32 loc) · 1.05 KB

Nordic goose preview

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