Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 635 Bytes

File metadata and controls

16 lines (11 loc) · 635 Bytes

@openscript-ch/astro-course-theme

Our Astro theme for courses.

Contribute

  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 and run pnpm install
  4. Start the development environment with pnpm dev

Merge upstream

  1. Add upstream
    git remote add upstream git@github.com:withastro/starlight.git
  2. Fetch upstream
    git fetch upstream
  3. Merge upstream
    git merge upstream/main