https://github.com/mitodl/template-mit-demo
A copy of https://github.com/mitocw/content-mit-latex2edx-demo turned into a cookiecutter template.
https://github.com/mitodl/template-mit-demo
Last synced: about 2 months ago
JSON representation
A copy of https://github.com/mitocw/content-mit-latex2edx-demo turned into a cookiecutter template.
- Host: GitHub
- URL: https://github.com/mitodl/template-mit-demo
- Owner: mitodl
- License: mit
- Created: 2015-02-27T16:44:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T16:26:56.000Z (almost 6 years ago)
- Last Synced: 2025-02-17T20:50:07.489Z (3 months ago)
- Homepage:
- Size: 962 KB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
template-mit-demo
=======================This repository has three separate branches, as
follows:Branch | Description
--- | ---
`studio` | This branch contains a cookiecutter template with seed content for an edX course created through Studio
`xml` | This branch contains a cookiecutter template with seed content for an edX course authored in edX Open Learning XML.
`latex` | This branch contains a cookiecutter template with seed content for an edX course authored with LaTeX2edx.## Usage
To use these repositories you will need to have [cookiecutter](https://github.com/audreyr/cookiecutter) installed:
```sh
$ pip install cookiecutter
```Then you'll just want to use cookiecutter to check out this repository at the needed branch:
```sh
$ cookiecutter https://github.com/mitodl/template-mit-demo.git --checkout studio
```You'll be prompted for a few pieces of information, and your template course will be created.