This starter pack is forked salesforce dreamhouse-lwc and converted into mdapi format
- If you haven't connected your playground already, authorize your playground and provide it with an alias
sfdx force:auth:web:login -d -a playground-1
- Deploy starter pack to playground using alias
sfdx force:mdapi:deploy -u playgound-1 -d mdapi -w 30
- Assign the dreamhouse permission set to the default user.
sfdx force:user:permset:assign -u playgound-1 -n dreamhouse
- Import some sample data.
sfdx force:data:tree:import -p ./data/sample-data-plan.json -u playgound-1
- If your org isn't already open, open it now:
sfdx force:org:open -u playgound-1
sfdx force:mdapi:convert -d force-app -r mdapi