This template consists of documentation and slides for courses:
- Slides: https://github.com/openscript-ch/slidev-theme
- Documentation: https://github.com/openscript-ch/astro-course-theme
- Make sure you have Docker up and running
- Get Visual Studio Code with Dev Containers ready
- Open the project inside a Dev Container
- Install dependencies with
pnpm install
- Start develop environment with
pnpm dev
- Add upstream with
git remote add upstream [email protected]:openscript-ch/course-template.git
- Fetch upstream with
git fetch upstream
- Merge upstream with
git merge upstream/main