Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joelshepherd/tabliss

A beautiful, customisable New Tab page for Firefox, Chrome, and Edge.
https://github.com/joelshepherd/tabliss

browser-extension chrome-extension firefox-addon typescript webextension

Last synced: about 1 month ago
JSON representation

A beautiful, customisable New Tab page for Firefox, Chrome, and Edge.

Awesome Lists containing this project

README

        

Tabliss

A beautiful, customisable New Tab page for Firefox and Chrome.

![Tabliss Screenshot](screenshot.png)

https://tabliss.io

## Usage

Install dependencies with `npm install` before running the following scripts.

- `npm run dev[:target]` Local development server
- `npm run build[:target]` Production build
- `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](TRANSLATING.md).