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
- Host: GitHub
- URL: https://github.com/git-mastery/learning-lab
- Owner: git-mastery
- License: mit
- Created: 2025-03-07T01:54:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-15T00:22:12.000Z (about 1 year ago)
- Last Synced: 2025-04-15T01:27:33.589Z (about 1 year ago)
- Language: Astro
- Homepage: https://git-mastery.github.io/learning-lab/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```