# Shiso

Shiso is an open-source documentation framework for Markdown and MDX sites.

Create a project with `pnpm dlx create-shiso-app@latest`, then use the framework
commands from that project:

```bash
pnpm dev
pnpm build
pnpm preview
pnpm check
```

Upgrade an existing project with `pnpm update @umami/shiso`.
