A pluggable New Tab web extension written in TypeScript, React and Redux.
Install dependencies with npm install
before running the following scripts.
npm start
Start webpack dev server for local development athttp://localhost:8080
npm run build
Production build for webnpm run build:chromium
Production build for Chrome web extensionnpm run build:firefox
Production build for Firefox web extensionnpm run translations
Manage 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.