Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.56 KB

README.md

File metadata and controls

59 lines (47 loc) · 1.56 KB

Futer Logo

Fuel Gas Eater

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


Installation

  1. Set up enviroment. Follow the steps in the Trailhead - Quick Start Lightning Web Component

  2. Authenticate with your DevHub Org.

sfdx force:auth:web:login -d -a [YOUR DEV HUB ORG ALIAS]
  1. Clone the "Fuel Gas Eater" repository
git clone https://github.com/SalesforceLabs/Fuel-Gas-Eater
  1. Move to the directory
cd Fuel-Gas-Eater/
  1. Create a scratch org
sfdx force:org:create -s -f config/project-scratch-def.json -a fuelGasEaterScratch
  1. Push source code to the scratch org
sfdx force:source:push -u fuelGasEaterScratch
  1. Assign the permission set to the default user
sfdx force:user:permset:assign -n Fuel_Gas_Eater_User -u fuelGasEaterScratch
  1. Open scratch org
sfdx force:org:open -u fuelGasEaterScratch
  1. Click application launcher, select "Fuel Gas Eater" Application !

License

Fuel Gas Eater is available under the BSD-3-Clause license