An open API service indexing awesome lists of open source software.

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

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