Welcome to the GitHub Copilot Challenges and Labs Documentation repository! This repository contains documentation for the GitHub Copilot challenges and labs.
- Lab: A lab provides detailed instructions to complete a specific task or project.
- Challenge: A challenge presents a problem statement that you need to solve using GitHub Copilot.
The documentation is written in Markdown format and is located in the docs
directory. It is built using Docusaurus.
When your changes are merged into the main
branch, the documentation will be automatically deployed to GitHub Pages at the following URL: https://github-insight-anz-lab.github.io/github-copilot-labs-list/.
To start the documentation locally, run the following commands:
yarn install
yarn start