https://github.com/openscript-ch/course-template
Our template for courses.
https://github.com/openscript-ch/course-template
Last synced: 8 months ago
JSON representation
Our template for courses.
- Host: GitHub
- URL: https://github.com/openscript-ch/course-template
- Owner: openscript-ch
- Created: 2023-10-14T22:35:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T14:54:54.000Z (8 months ago)
- Last Synced: 2025-06-03T03:39:04.073Z (8 months ago)
- Language: JavaScript
- Homepage: https://openscript-ch.github.io/course-template/
- Size: 633 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course template
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
## Usage
1. Make sure you have [Docker](https://docs.docker.com/get-docker/) up and running
1. Get [Visual Studio Code](https://code.visualstudio.com/) with [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) ready
1. Open the project inside a Dev Container
1. Install dependencies with `pnpm install`
1. Start develop environment with `pnpm dev`
## Update from template
1. Add upstream with `git remote add upstream git@github.com:openscript-ch/course-template.git`
1. Fetch upstream with `git fetch upstream`
1. Merge upstream with `git merge upstream/main`