-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82cbc05
commit 36a1f54
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# 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` | ||
|