Skip to content

Commit

Permalink
Add deno option for new projects (#939)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
birkskyum and kodiakhq[bot] authored Nov 3, 2024
1 parent c94439f commit 1e25aea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/solid-start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ pnpm create solid
bun create solid
```
</div>

<div id="deno">
```bash frame="none"
deno run -A npm:create-solid
```
</div>
</TabsCodeBlocks>

**2. Choose a template**
Expand Down

0 comments on commit 1e25aea

Please sign in to comment.