5. Initial Setup#

The OPE repository has a branch titled coursecontenttemplate that contains everything you need to start creating new OPE textbooks. First start by cloning the repository and then switching to the coursecontenttemplate branch by running the following commands:

git clone https://github.com/OPEFFORT/ope.git

cd ope

git checkout coursecontenttemplate