/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-1-setup-b887180bcc0e-1-setup-s0394-c0000.md
1. Setup - hono-docs
1. Setup Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt 1 setup Summary A starter for Netlify is...
1. Setup
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#1-setup
Summary
A starter for Netlify is available. Start your project with "create-hono" command. Select netlify template for this example. ::: code-group sh [npm] npm create hono@latest my-app sh [yarn] yarn create hono my-app ```sh [p...
Content
A starter for Netlify is available.
Start your project with "create-hono" command.
Select netlify template for this example.
::: code-group
npm create hono@latest my-appyarn create hono my-apppnpm create hono my-appbun create hono@latest my-appdeno init --npm hono my-app:::
Move into my-app.