A pluggable New Tab web extension written in TypeScript, React and Redux.
Install dependencies with npm install before running the following scripts.
npm startStart webpack dev server for local development athttp://localhost:8080npm run buildProduction build for webnpm run build:chromiumProduction build for Chrome web extensionnpm run build:firefoxProduction build for Firefox web extensionnpm run translationsManage translation files
To develop with external services you will additionally need to signup for your own API keys
and enter them into your .env file. Get started by copying the example provided cp .env.example .env.
Checkout the guide to adding translations.