https://github.com/github/learn.github.com
The discovery gate for all things educational for Git and GitHub.
https://github.com/github/learn.github.com
Last synced: 5 months ago
JSON representation
The discovery gate for all things educational for Git and GitHub.
- Host: GitHub
- URL: https://github.com/github/learn.github.com
- Owner: github
- Archived: true
- Created: 2009-02-08T16:28:06.000Z (about 17 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-03-14T16:55:33.000Z (almost 4 years ago)
- Last Synced: 2024-09-29T00:21:32.877Z (over 1 year ago)
- Language: CSS
- Homepage: http://learn.github.com
- Size: 8.57 MB
- Stars: 133
- Watchers: 23
- Forks: 77
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
**NOTE: This repository is no longer supported or updated by GitHub. If you wish to continue to develop this code yourself, we recommend you fork it.**
# Learn.GitHub.com
This is the code and data behind [learn.github.com](http://learn.github.com). Its
primary goal is to be a course for you to follow and learn Git and GitHub on your own.
There are additional resources available once someone is beyond following this course
such as:
* [teach.github.com](http://teach.github.com) for teaching others.
* [training.github.com](http://training.github.com) for some instructor lead classes.
* [Git-SCM](http://git-scm.com) for some additional learning materials.
# Development
Working or running this site locally is easy! Just follow these steps:
```sh
$ git clone https://github.com/github/learn.github.com
$ cd learn.github.com
$ script/bootstrap
$ jekyll --server
#=> Open a browser and navigate to localhost:4000 and away you go!
```
# Contributing
Please see [the CONTRIBUTING.md](CONTRIBUTING.md) file for info.