Salesforce application of auto parts retailer. ๐๐ โ๏ธ
- Enable Dev Hub in your Org
- Install Salesforce CLI
- Install Visual Studio Code
- Install the Visual Studio Code Salesforce extensions
-
Clone this repository:
git clone https://github.com/campforce/auto-parts-retail.git cd auto-parts-retail
-
Authorize your hub org:
sfdx auth:web:login -d -a devhub
-
Create a scratch org:
sfdx force:org:create -s -f config/project-scratch-def.json -a app
-
Push the app to your scratch org:
sfdx force:source:push
-
Import Sample Data
sfdx force:data:tree:import --plan data/data-plan.json
-
Open the scratch org:
sfdx force:org:open