Fuel Gas Eater is a powerful tool for reducing CO2 emissions caused by transportation,
such as commuting and business trips. It runs with Net Zero Cloud.
This application is also published as a free managed package in AppExchange
-
Set up enviroment. Follow the steps in the Trailhead - Quick Start Lightning Web Component
-
Authenticate with your DevHub Org.
sfdx force:auth:web:login -d -a [YOUR DEV HUB ORG ALIAS]
- Clone the "Fuel Gas Eater" repository
git clone https://github.com/SalesforceLabs/Fuel-Gas-Eater
- Move to the directory
cd Fuel-Gas-Eater/
- Create a scratch org
sfdx force:org:create -s -f config/project-scratch-def.json -a fuelGasEaterScratch
- Push source code to the scratch org
sfdx force:source:push -u fuelGasEaterScratch
- Assign the permission set to the default user
sfdx force:user:permset:assign -n Fuel_Gas_Eater_User -u fuelGasEaterScratch
- Open scratch org
sfdx force:org:open -u fuelGasEaterScratch
- Click application launcher, select "Fuel Gas Eater" Application !
Fuel Gas Eater is available under the BSD-3-Clause license