MkHunter / trailhead-dev

My first ☁ salesforce dev environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salesforce VSCode Git


Logo

Trailhead Dev

A collection of metadata changes from specific trailhead modules Explore the docs » View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This repo holds metadata changes as a result of completing several trailhead badges.

(back to top)

Getting Started

Prerequisites

Set up your environment. Follow the steps in the Quick Start: Lightning Web Components Trailhead badge. The steps include:

Installing the app using a Scratch Org

  1. 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
    
  2. Clone the trailhead-dev repository:

    git clone https://github.com/MkHunter/trailhead-dev
    cd trailhead-dev
    
  3. 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
    
  4. Push the app to your scratch org:

    sf project deploy start
    
  5. Assign the trailhead permission set to the default user:

    sf org assign permset -n trailhead
    
  6. Import sample data:

    sf data tree import -p ./data/data-plan.json
    
  7. Open the scratch org:

    sf org open
    

(back to top)

Roadmap

  • Add README
  • Add badge

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Miguel López @Trailblazer

Project Link: https://github.com/MkHunter/trailhead-dev

(back to top)

Resources

(back to top)

About

My first ☁ salesforce dev environment.


Languages

Language:JavaScript 74.2%Language:Shell 25.8%