Skip to content

Commit 1783c43

Browse files
Add deno usage info to getting-started.mdx (#1014)
1 parent 121f9b6 commit 1783c43

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ pnpm i
8686
bun install
8787
```
8888
</div>
89+
90+
<div id="deno">
91+
```bash frame="none"
92+
deno install
93+
```
94+
</div>
8995
</TabsCodeBlocks>
9096

9197
After this command has finished, your new SolidStart application is ready to go!
@@ -118,6 +124,12 @@ pnpm dev
118124
bun dev
119125
```
120126
</div>
127+
128+
<div id="deno">
129+
```bash frame="none"
130+
deno task dev
131+
```
132+
</div>
121133
</TabsCodeBlocks>
122134

123135
Your application should now be running locally on port 3000.

0 commit comments

Comments
 (0)