/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-1-setup-b887180bcc0e-1-setup-s0486-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 Fastly Com...
1. Setup
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#1-setup
Summary
A starter for Fastly Compute is available. Start your project with "create-hono" command. Select fastly template for this example. ::: code-group sh [npm] npm create hono@latest my-app sh [yarn] yarn create hono my-app ``...
Content
A starter for Fastly Compute is available.
Start your project with "create-hono" command.
Select fastly 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 to my-app and install the dependencies.
::: code-group
cd my-app
npm icd my-app
yarncd my-app
pnpm icd my-app
bun i:::