https://github.com/apgapg/git-introduction-001
PPT built using sli.dev
https://github.com/apgapg/git-introduction-001
github slides slidev
Last synced: about 2 months ago
JSON representation
PPT built using sli.dev
- Host: GitHub
- URL: https://github.com/apgapg/git-introduction-001
- Owner: apgapg
- Created: 2022-01-30T12:21:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T18:15:55.000Z (over 4 years ago)
- Last Synced: 2025-01-27T06:46:46.302Z (over 1 year ago)
- Topics: github, slides, slidev
- Language: Vue
- Homepage:
- Size: 741 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Git Introduction Series
This project provides the PPT required for developing Youtube series named `Introduction to Github Fundamentals` on channel [DIY by Ayush P Gupta](https://www.youtube.com/channel/UCYxCh-to3v3PqEIlm2phgpA).
Project is built using [Slidev](https://github.com/slidevjs/slidev)!. An awesome to build PPTs/websites using markdown.
## Getting Started
To start the slide show:
- `npm install`
- `npm run dev`
- visit http://localhost:3030
Edit the [slides.md](./slides.md) to see the changes.
Learn more about Slidev on [documentations](https://sli.dev/).
## 👍 Contribution
1. Clone it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -m 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request
## ✨ Active Contributors