Skip to content

πŸŒŽπŸ­πŸ“ˆ Data about the climate crisis, in your new tab. Get the extension for Firefox or Chrome today!

Notifications You must be signed in to change notification settings

Booligoosh/carbon-tab

This branch is 1 commit ahead of, 2 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6534183 Β· May 11, 2021

History

57 Commits
Aug 9, 2019
Dec 5, 2019
Aug 9, 2019
Oct 1, 2019
Sep 18, 2019
Aug 9, 2019
Oct 3, 2019
May 11, 2021
Dec 5, 2019
Sep 18, 2019
Sep 18, 2019
Dec 5, 2019
Aug 10, 2019
May 11, 2021

Repository files navigation

Carbon Tab

πŸŒŽπŸ­πŸ“ˆ Data about the climate crisis, in your new tab.

Download on the Chrome Webstore

Carbon Tab

Development set-up instructions

To get started, clone the repo:

https://github.com/Booligoosh/carbon-tab.git
cd carbon-tab

If yarn isn't already installed, run:

npm install yarn -g

Then install the dependencies for Carbon Tab:

yarn install

To build the extension, run

yarn build:dev

You can get Webpack to auto-rebuild every time you change a file:

yarn watch:dev

If you want to package the extension into a zip file, use the following command:

yarn build-zip