Skip to content

openscript-ch/course-template

Repository files navigation

Course template

This template consists of documentation and slides for courses:

Usage

  1. Make sure you have Docker up and running
  2. Get Visual Studio Code with Dev Containers ready
  3. Open the project inside a Dev Container
  4. Install dependencies with pnpm install
  5. Start develop environment with pnpm dev

Update from template

  1. Add upstream with git remote add upstream [email protected]:openscript-ch/course-template.git
  2. Fetch upstream with git fetch upstream
  3. Merge upstream with git merge upstream/main