Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Real-time location tracking on a map

License

Notifications You must be signed in to change notification settings

SalesforceLabs/Map-Of-Things

Repository files navigation

Map Of Things - LWC

AppExchange

This project is published as a free managed package in AppExchange

Installation

  1. Set up enviroment. Follow the steps in the Trailhead - Quick Start Lightning Web Component

  2. Authenticate with your DevHub Org.

sfdx force:auth:web:login -d -a [YOUR DEV HUB ORG ALIAS]
  1. Clone the Map Of Things repository
git clone https://github.com/SalesforceLabs/Map-Of-Things.git
  1. Move to the directory
cd Map-Of-Things/
  1. Create a scratch org
sfdx force:org:create -s -f config/project-scratch-def.json -a map-of-things-scratch
  1. Push source code to the scratch org
sfdx force:source:push -u map-of-things-scratch
  1. Assign the permission set to the default user
sfdx force:user:permset:assign -n Map_Of_Things_Manager -u map-of-things-scratch
  1. Load sample records
sfdx force:apex:execute -u map-of-things-scratch -f loadSampleRecords.apex
  1. Open scratch org
sfdx force:org:open -u map-of-things-scratch
  1. Click application launcher, select "Map Of Things" Application STEP10

License

Map Of Things is available under the MIT license

About

Real-time location tracking on a map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published