Skip to content

Booligoosh/carbon-tab

Repository files navigation

Carbon Tab

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

Download on the Chrome Webstore

Download on Firefox Addons

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