Installation
Install the Dune CLI with Deno.
Dune runs on Deno. Install the CLI directly from JSR:
deno run -A jsr:@dune/core/cli init my-site
cd my-site
deno task dev
No
npm install, no lockfile drift between machines — Deno resolvesjsr:andnpm:specifiers straight from the registry and caches them globally.
Requirements
| Requirement | Minimum version |
|---|---|
| Deno | 2.0 |
| Node | not required |
Once deno task dev is running, open http://localhost:8000 — you should
see the default starter content.