Skip to content

campforce/auto-parts-retail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

build code-coverage codecov Codacy Badge

Auto Parts Retail App

Salesforce application of auto parts retailer. ๐Ÿš˜๐Ÿ› โš™๏ธ

Installation

Requirements

  • Enable Dev Hub in your Org
  • Install Salesforce CLI
  • Install Visual Studio Code
  • Install the Visual Studio Code Salesforce extensions

  1. Clone this repository:

    git clone https://github.com/campforce/auto-parts-retail.git
    cd auto-parts-retail
    
  2. Authorize your hub org:

    sfdx auth:web:login -d -a devhub
    
  3. Create a scratch org:

    sfdx force:org:create -s -f config/project-scratch-def.json -a app
    
  4. Push the app to your scratch org:

    sfdx force:source:push
    
  5. Import Sample Data

    sfdx force:data:tree:import --plan data/data-plan.json
    
  6. Open the scratch org:

    sfdx force:org:open
    

Contributors