/newt

Markdown-powered dashboard for your Firefox New Tabs

Primary LanguageJavaScriptMIT LicenseMIT

newt

demo.mp4

An about:newtab add-on for Firefox. colm's little brother that is more customizable.

Installation

Visit the Official Mozilla Add-Ons Site to install Newt.

Develop

This project uses pnpm. Development scripts are found in package.json.

# Install dependencies
pnpm install

# Run development script
pnpm run dev

# Build project
pnpm run build