Skip to content

Commit 1e25aea

Browse files
Add deno option for new projects (#939)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent c94439f commit 1e25aea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/routes/solid-start/getting-started.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ pnpm create solid
3232
bun create solid
3333
```
3434
</div>
35+
36+
<div id="deno">
37+
```bash frame="none"
38+
deno run -A npm:create-solid
39+
```
40+
</div>
3541
</TabsCodeBlocks>
3642

3743
**2. Choose a template**

0 commit comments

Comments
 (0)