carbon-tab
                                
                                 carbon-tab copied to clipboard
                                
                                    carbon-tab copied to clipboard
                            
                            
                            
                        🌎🏭📈 Data about the climate crisis, in your new tab. Get the extension for Firefox or Chrome today!
Carbon Tab
🌎🏭📈 Data about the climate crisis, in your new 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

