Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 755 Bytes

File metadata and controls

34 lines (24 loc) · 755 Bytes

MuTMS documentation

Built with Starlight

Source repository for docs.mutms.org, built with Astro Starlight.

Local development

Standard Astro Starlight requirements.

git clone https://github.com/mutms/docs.git
cd docs
npm install
npm run dev

Local development with OrbStack (macOS)

git clone https://github.com/mutms/docs.git sitedocs
cd sitedocs
docker-compose up

Open https://node.sitedocs.orb.local/ in your browser.

To run commands inside the container:

docker-compose exec node bash

Licence

GPL-3.0-or-later