https://github.com/optiflowic/kumolo-docs
Official documentation for kumolo
https://github.com/optiflowic/kumolo-docs
astro aws aws-emulator developer-tools documentation
Last synced: 12 days ago
JSON representation
Official documentation for kumolo
- Host: GitHub
- URL: https://github.com/optiflowic/kumolo-docs
- Owner: optiflowic
- License: mit
- Created: 2026-05-14T20:34:51.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-11T21:48:06.000Z (18 days ago)
- Last Synced: 2026-06-11T23:18:29.266Z (17 days ago)
- Topics: astro, aws, aws-emulator, developer-tools, documentation
- Language: MDX
- Size: 391 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# kumolo-docs
Official documentation site for [kumolo](https://github.com/optiflowic/kumolo) — a high-fidelity AWS emulator for local development and testing.
Built with [Astro Starlight](https://starlight.astro.build) and deployed to GitHub Pages.
## Local Development
Node.js 24+ is required.
```bash
npm install
npm run dev
```
Open `http://localhost:4321/kumolo-docs` in your browser.
## Commands
| Command | Action |
| :---------------- | :------------------------------- |
| `npm run dev` | Start local dev server |
| `npm run build` | Build for production |
| `npm run preview` | Preview production build locally |
## Contributing
See [CONTRIBUTING.md](.github/CONTRIBUTING.md) for guidelines.
## License
MIT