https://github.com/mutms/docs
Source code for MuTMS documentation site at docs.mutms.org
https://github.com/mutms/docs
mutms
Last synced: 8 days ago
JSON representation
Source code for MuTMS documentation site at docs.mutms.org
- Host: GitHub
- URL: https://github.com/mutms/docs
- Owner: mutms
- License: gpl-3.0
- Created: 2026-03-03T09:37:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-29T16:16:49.000Z (3 months ago)
- Last Synced: 2026-03-29T18:50:29.591Z (3 months ago)
- Topics: mutms
- Language: JavaScript
- Homepage: https://docs.mutms.org
- Size: 2.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MuTMS documentation
[](https://starlight.astro.build)
Source repository for [docs.mutms.org](https://docs.mutms.org), built with [Astro Starlight](https://starlight.astro.build).
## Local development
Standard Astro Starlight requirements.
```bash
git clone https://github.com/mutms/docs.git
cd docs
npm install
npm run dev
```
## Local development with OrbStack (macOS)
```bash
git clone https://github.com/mutms/docs.git sitedocs
cd sitedocs
docker-compose up
```
Open [https://node.sitedocs.orb.local/](https://node.sitedocs.orb.local/) in your browser.
To run commands inside the container:
```bash
docker-compose exec node bash
```
## Licence
GPL-3.0-or-later