Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 635 Bytes

README.md

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 [email protected]:withastro/starlight.git
  2. Fetch upstream
    git fetch upstream
  3. Merge upstream
    git merge upstream/main