Deploy base project to Playground
- Create a brand new Playground and reset your password to secure access
- Pull code from git repository (git should already be installed in your computer at this point)
- Open Terminal if you are on a Mac, a Command Prompt in Windows
- Navigate to the folder where you want to create your project using the cd command
- Execute the following command:
- Open VSCode and open the folder ApexBootcamp
- Authorize Playground in VSCode
- Open the Command Pallet using: Mac: Cmd + Shift + P or Windows: Ctrl + Shift + P
- Run the command SFDX: Authorize an Org, select Production, and give a name to identify the connection to your playground
- Login with your Playground credentials and allow access to VSCode
- Deploy project to your Playground
- In VSCode, open the file package.xml inside the manifest folder
- Right click on the file and choose SFDX: Deploy Source in Manifest to Org. If you get an error about not having a default org, open the Command Palette and run SFDX: Set a Default Org and choose the connection to your playground