This repository is the home repository for the GitHub Copilot Ultimate Hands-on lab on MOAW : https://aka.ms/github-copilot-hol).
This is a very complete 3 hours workshop to master GitHub Copilot on your IDE, packed with real-world scenarios and best practices.
For a better experience, we recommend you to run the workshop directly on the MOAW platform where the lab is hosted.
This project welcomes contributions and suggestions.
You can contribute by creating issues for:
- Reporting bugs and issues
- Suggesting improvements
You can also contribute by submitting pull requests for:
- Fixing bugs and issues
- Implementing suggested improvements
- Adding new features
- Fork the repository
- Clone your forked repository
- Open the repository
- Open the
docs/workshop.mdfile to edit the workshop content
If you opened the project on the devcontainer or on a GitHub Codespace, you have everything already included to preview the workshop locally.
If you work locally, you will need to install the MOAW CLI globally with npm:
npm install -g @moaw/cliWhen you are ready to preview the workshop, run the following commands:
- Run
moaw serveto preview your workshop content locally, with live reload. - Click on the link provided in the terminal to open the workshop in your browser.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.