vorou / tabliss

A pluggable New Tab web extension written in TypeScript, React and Redux.

Home Page:https://tabliss.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabliss

A pluggable New Tab web extension written in TypeScript, React and Redux.

https://tabliss.io

Usage

Install dependencies with npm install before running the following scripts.

  • npm start Start webpack dev server for local development at http://localhost:8080
  • npm run build Production build for web
  • npm run build:chromium Production build for Chrome web extension
  • npm run build:firefox Production build for Firefox web extension
  • npm 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.

Translations

Checkout the guide to adding translations.

About

A pluggable New Tab web extension written in TypeScript, React and Redux.

https://tabliss.io

License:GNU General Public License v3.0


Languages

Language:TypeScript 90.2%Language:CSS 6.4%Language:JavaScript 2.6%Language:HTML 0.7%