docs

Requirements

Clone Repository

Copy address of project repository.

Open Fork application and go to File -> Clone. Paste your url in a new window and click Clone.

Visual Studio Code

Open new generated folder in Visual Studio Code and paste next command to Terminal in order to authorize your hub org:

sfdx auth:web:login -d -a devhub

Authorize to your Salesforce org in a new opened login page:

Scratch Org

  1. Create a scratch org:

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

     sfdx force:source:push
    
  3. Open the scratch org:

     sfdx force:org:open