Skip to content

Commit

Permalink
chore: add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Oct 16, 2023
1 parent 82cbc05 commit 36a1f54
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
"containerEnv": {
"ASTRO_TELEMETRY_DISABLED": "1"
},
"customizations": {
"vscode": {
"extensions": [
"astro-build.astro-vscode",
"unifiedjs.vscode-mdx"
]
}
}
}
18 changes: 18 additions & 0 deletions README.md
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`

0 comments on commit 36a1f54

Please sign in to comment.