A collection of metadata changes from specific trailhead modules Explore the docs » View Demo · Report Bug · Request Feature
Table of Contents
This repo holds metadata changes as a result of completing several trailhead badges.
Set up your environment. Follow the steps in the Quick Start: Lightning Web Components Trailhead badge. The steps include:
- Enable Dev Hub in your Trailhead Playground
- Install Salesforce CLI
- Install Visual Studio Code
- Install the Visual Studio Code Salesforce extensions
- Install ApexDox VS Code
-
If you haven't already done so, authorize your hub org and provide it with an alias (myhuborg in the command below):
sf org login web -d -a myhuborg
-
Clone the trailhead-dev repository:
git clone https://github.com/MkHunter/trailhead-dev cd trailhead-dev
-
Create a scratch org and provide it with an alias (trailhead-dev in the command below):
sf org create scratch -d -f config/project-scratch-def.json -a trailhead-dev
-
Push the app to your scratch org:
sf project deploy start
-
Assign the trailhead permission set to the default user:
sf org assign permset -n trailhead
-
Import sample data:
sf data tree import -p ./data/data-plan.json
-
Open the scratch org:
sf org open
- Add README
- Add badge
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Miguel López @Trailblazer
Project Link: https://github.com/MkHunter/trailhead-dev