We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e0fa3 commit af3c257Copy full SHA for af3c257
.images/preview.png
369 KB
README.md
@@ -10,22 +10,43 @@
10
Create a nitro app
11
12
```sh
13
-# npm
14
npx create-nitro-app
+```
15
+
16
+<details>
17
18
+<summary>Other package managers</summary>
19
20
+#### pnpm
21
-# pnpm
22
+```sh
23
pnpx create-nitro-app
24
25
-# yarn
26
+#### yarn
27
28
29
yarn dlx create-nitro-app
30
31
32
+#### bun
33
-# bun
34
35
bunx create-nitro-app
36
37
38
+#### deno
39
-# deno
40
41
deno run -A npm:create-nitro-app
42
```
43
44
+</details>
45
46
+<div style="display:flex;justify-content:center;">
47
+ <img src="./.images/preview.png" alt="Preview" style="max-width:100%;height:auto;display:block;" />
48
+</div>
49
50
## Development
51
52
<details>
0 commit comments