- Set up your environment. If you haven't done it yet, follow the steps in the Quick Start: Lightning Web Components Trailhead project:
- Enable a Dev Hub in your Trailhead Playground
- Install the Salesforce CLI
- Install Visual Studio Code
- Install the Visual Studio Code Salesforce extensions, including the Lightning Web Components extension
- Authenticate with your hub org and provide it with an alias (myhuborg in the command below):
sfdx force:auth:web:login -d -a myhuborg
- Clone the repository:
git clone https://github.com/victorgz/sfdc-apex-continuations
cd sfdc-apex-continuations
- Create a scratch org and provide it with an alias (continuations_scratch in the command below):
sfdx force:org:create -s -f config/project-scratch-def.json -a continuations_scratch
- Push the app to your scratch org:
sfdx force:source:push
- Open the scratch org:
sfdx force:org:open
Now the code is ready in your scratch org, and you can test the different Lightning Web Components inside your pages
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.