Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```