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

https://github.com/git-mastery/learning-lab

Learning lab for students for Git Mastery
https://github.com/git-mastery/learning-lab

Last synced: 21 days ago
JSON representation

Learning lab for students for Git Mastery

Awesome Lists containing this project

README

          

# learning-lab

Learning lab for students for Git Mastery

## Usage

Install all package dependencies:

```bash
yarn
```

Start the development server:

```bash
yarn astro dev
```