You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Tabtitle="bun">```bash bun install @unkey/hono ```</Tab>
23
-
</Tabs>
18
+
<CodeGroup>
19
+
20
+
```bash npm
21
+
npm install @unkey/hono
22
+
```
23
+
24
+
```bash pnpm
25
+
pnpm add @unkey/hono
26
+
```
27
+
28
+
```bash yarn
29
+
yarn add @unkey/hono
30
+
```
31
+
32
+
```bash bun
33
+
bun install @unkey/hono
34
+
```
35
+
</CodeGroup>
24
36
25
37
Let's dive straight in. The minimal setup looks like this. All you need is your api id. Go to [/app/api](https://app.unkey.com/apis), select your API and copy the id.
0 commit comments