Skip to content

Commit

Permalink
docs: update quick start section (#43)
Browse files Browse the repository at this point in the history
* add hono-logo.png and screencast.svg

* docs: add Hono logo, showcase image, and text changes

* docs: remove horizontal rule

* docs: delete screencast.svg

* docs: remove the html part

* docs: delete hono-logo.png
  • Loading branch information
6km authored May 28, 2024
1 parent 7f098cd commit a490d84
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,25 @@

Create a Hono application from starter templates.

```
## Quick Start

Starter templates are available for each platform. Use one the following "create-hono" commands.

```bash
# npm
npm create hono@latest

# yarn
yarn create hono

# pnpm
pnpm create hono@latest

# bun
bun create hono@latest

# deno
deno run -A npm:create-hono@latest
```

## Options
Expand Down

0 comments on commit a490d84

Please sign in to comment.