Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exu3/github-workshop
🐠 Intro to Git/GitHub workshop
https://github.com/exu3/github-workshop
Last synced: 3 months ago
JSON representation
🐠 Intro to Git/GitHub workshop
- Host: GitHub
- URL: https://github.com/exu3/github-workshop
- Owner: exu3
- Created: 2021-05-21T22:34:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T02:55:06.000Z (over 2 years ago)
- Last Synced: 2023-03-07T13:46:25.263Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://gitworkshop.vercel.app
- Size: 1.46 MB
- Stars: 3
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro to Git/GitHub
### Add yourself!
- Copy the following code and make a new file in the `people` directory called `yourname.json`. Fill in the values appropriately, and make a pull request!
```js
{
"name": "YOURNAME",
"githubUser": "GITHUB USERNAME",
"quote": "YOUR QUOTE."
}
```### `deck` - [live](https://git-workshop-deck-bb5cwo51i-eilla1.vercel.app/#0)
- this directory contains the `mdx-deck` slides for the workshop which has all the content to cover
- `SPEAKER_NOTES.md` is the script### `website` - [live](https://codeday.vercel.app)
- this directory contains the Next.js site which is used in the demo. students can make a pull request to add a `JSON` file with their GitHub user info.
- the site uses TypeScript (Next.js) and Tailwind CSS