/GitHub-Workshop

🐠 Intro to Git/GitHub workshop

Primary LanguageTypeScript

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!
{
  "name": "YOURNAME",
  "githubUser": "GITHUB USERNAME",
  "quote": "YOUR QUOTE."
}

deck - live

  • 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

  • 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