Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 953 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 953 Bytes

dxatscale101 starter pack

This starter pack is forked salesforce dreamhouse-lwc and converted into mdapi format

Deploy starter pack to Developer Edition Org or a Trailhead Playground

  1. 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
  1. Deploy starter pack to playground using alias
sfdx force:mdapi:deploy -u playgound-1 -d mdapi -w 30
  1. Assign the dreamhouse permission set to the default user.
sfdx force:user:permset:assign -u playgound-1 -n dreamhouse
  1. Import some sample data.
sfdx force:data:tree:import -p ./data/sample-data-plan.json -u playgound-1
  1. If your org isn't already open, open it now:
sfdx force:org:open -u playgound-1

Convert mdapi to source format

sfdx force:mdapi:convert -d force-app -r mdapi