Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

ludicroushq/ctrl-tab

Repository files navigation

ctrl tab

build status chrome web store version chrome web store rating firefox add-ons version firefox add-ons rating

ctrl tab is a new tab page that fetches news feeds that are relevant to you. choose from over 20 different data providers and customize the page how you want it.

screenshot

ctrl tab screenshot

contribute

  1. clone the repository
  2. install dependencies
npm install
  1. run the webpack server (or build once if you aren't making any changes to the code)
npm run watch
# or if you aren't making any changes to the code
# npm run build
  1. add the chrome extension by going to chrome://extensions, enabling developer mode, and pressing the load unpacked extension. select the dist directory in the folder

server

all server related code is in the ctrl-tab-api repository.