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 8ec1889 commit 9201aadCopy full SHA for 9201aad
src/content/docs/start/frontend/qwik.mdx
@@ -22,13 +22,14 @@ This guide will walk you through creating your Tauri app using the Qwik web fram
22
23
1. ##### Create a new Qwik app
24
25
- <CommandTabs
26
- npm={`npm create qwik@latest
27
-cd <PROJECT>`}
+ <CommandTabs
+ npm={`npm create qwik@latest
+
28
+ cd <PROJECT>`}
29
yarn={`yarn create qwik@latest
30
31
pnpm={`pnpm create qwik@latest
32
33
/>
34
35
1. ##### Install the `static adapter`
0 commit comments