Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/missing-semester/missing-semester
The Missing Semester of Your CS Education 📚
https://github.com/missing-semester/missing-semester
Last synced: 4 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T16:52:28.000Z (21 days ago)
- Last Synced: 2024-12-31T13:06:00.350Z (11 days ago)
- Language: CSS
- Homepage: https://missing.csail.mit.edu/
- Size: 15.3 MB
- Stars: 5,004
- Watchers: 47
- Forks: 1,164
- 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)
- my-awesome-github-stars - 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)
README
# The Missing Semester of Your CS Education
[![Build Status](https://github.com/missing-semester/missing-semester/workflows/Build/badge.svg)](https://github.com/missing-semester/missing-semester/actions?query=workflow%3ABuild) [![Links Status](https://github.com/missing-semester/missing-semester/workflows/Links/badge.svg)](https://github.com/missing-semester/missing-semester/actions?query=workflow%3ALinks)
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.