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.
- clone the repository
- install dependencies
npm install
- 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
- 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
all server related code is in the ctrl-tab-api repository.