Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/github-insight-anz-lab/github-copilot-labs-list
A list of publicly available GitHub Copilot workshops and hackathons
https://github.com/github-insight-anz-lab/github-copilot-labs-list
adoption github-copilot hackathon workshop
Last synced: about 2 months ago
JSON representation
A list of publicly available GitHub Copilot workshops and hackathons
- Host: GitHub
- URL: https://github.com/github-insight-anz-lab/github-copilot-labs-list
- Owner: GitHub-Insight-ANZ-Lab
- License: mit
- Created: 2024-09-11T04:21:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T08:45:36.000Z (2 months ago)
- Last Synced: 2024-10-24T09:58:41.103Z (2 months ago)
- Topics: adoption, github-copilot, hackathon, workshop
- Language: JavaScript
- Homepage: https://github-insight-anz-lab.github.io/github-copilot-labs-list/
- Size: 1.12 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Copilot Challenges and Labs Documentation
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.## How to Update the Documentation
The documentation is written in Markdown format and is located in the `docs` directory. It is built using [Docusaurus](https://docusaurus.io/).
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/](https://github-insight-anz-lab.github.io/github-copilot-labs-list/).
## Running the Documentation Locally
To start the documentation locally, run the following commands:
```bash
yarn install
``````bash
yarn start
```