Skip to content

Caitlyn-Mills/dxatscale101

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.8%
  • JavaScript 35.4%
  • Apex 16.9%
  • CSS 3.9%