Our Astro theme for courses.
- Make sure you have Docker up and running
- Get Visual Studio Code with Dev Containers ready
- Open the project inside a Dev Container and run
pnpm install
- Start the development environment with
pnpm dev
- Add upstream
git remote add upstream [email protected]:withastro/starlight.git
- Fetch upstream
git fetch upstream
- Merge upstream
git merge upstream/main