https://github.com/missing-semester/missing-semester
The Missing Semester of Your CS Education 📚
https://github.com/missing-semester/missing-semester
Last synced: 13 days ago
JSON representation
The Missing Semester of Your CS Education 📚
- Host: GitHub
- URL: https://github.com/missing-semester/missing-semester
- Owner: missing-semester
- License: other
- Created: 2019-12-02T02:25:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T18:47:47.000Z (28 days ago)
- Last Synced: 2025-04-02T01:16:24.401Z (20 days ago)
- Language: CSS
- Homepage: https://missing.csail.mit.edu/
- Size: 15.3 MB
- Stars: 5,077
- Watchers: 46
- Forks: 1,199
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
- awesome-starred-test - missing-semester/missing-semester - The Missing Semester of Your CS Education 📚 (CSS)
- awesome-list - missing-semester - semester | 2185 | (CSS)
- jimsghstars - missing-semester/missing-semester - The Missing Semester of Your CS Education 📚 (CSS)
- my-awesome-github-stars - missing-semester/missing-semester - The Missing Semester of Your CS Education 📚 (CSS)
README
# The Missing Semester of Your CS Education
[](https://github.com/missing-semester/missing-semester/actions/workflows/build.yml) [](https://github.com/missing-semester/missing-semester/actions/workflows/links.yml)
Website for the [The Missing Semester of Your CS Education](https://missing.csail.mit.edu/) class!
Contributions are most welcome! If you have edits or new content to add, please
open an issue or submit a pull request.## Development
To build and view the site locally, run:
```bash
bundle exec jekyll serve -w
```If you'd prefer to develop the site in a Docker container (e.g., to avoid
having to install Ruby and dependencies on your host machine), run:```bash
docker-compose up --build
```Then, navigate to on your host machine to view the
website. Jekyll will re-build the website as you make changes to files.## License
All the contents in this course, including the website source code, lecture notes, exercises, and lecture videos are licensed under Attribution-NonCommercial-ShareAlike 4.0 International [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). See [here](https://missing.csail.mit.edu/license) for more information on contributions or translations.