Skip to content

openscript-ch/astro-course-theme

 
 

Repository files navigation

@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

Packages

No packages published

Languages

  • TypeScript 85.1%
  • Astro 10.3%
  • HTML 2.0%
  • CSS 1.9%
  • MDX 0.5%
  • JavaScript 0.2%