This project is published as a free managed package in AppExchange
-
Set up enviroment. Follow the steps in the Trailhead - Quick Start Lightning Web Component
-
Authenticate with your DevHub Org.
sfdx force:auth:web:login -d -a [YOUR DEV HUB ORG ALIAS]
- Clone the Map Of Things repository
git clone https://github.com/SalesforceLabs/Map-Of-Things.git
- Move to the directory
cd Map-Of-Things/
- Create a scratch org
sfdx force:org:create -s -f config/project-scratch-def.json -a map-of-things-scratch
- Push source code to the scratch org
sfdx force:source:push -u map-of-things-scratch
- Assign the permission set to the default user
sfdx force:user:permset:assign -n Map_Of_Things_Manager -u map-of-things-scratch
- Load sample records
sfdx force:apex:execute -u map-of-things-scratch -f loadSampleRecords.apex
- Open scratch org
sfdx force:org:open -u map-of-things-scratch
Map Of Things is available under the MIT license