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 121f9b6 commit 1783c43Copy full SHA for 1783c43
src/routes/solid-start/getting-started.mdx
@@ -86,6 +86,12 @@ pnpm i
86
bun install
87
```
88
</div>
89
+
90
+<div id="deno">
91
+```bash frame="none"
92
+deno install
93
+```
94
+</div>
95
</TabsCodeBlocks>
96
97
After this command has finished, your new SolidStart application is ready to go!
@@ -118,6 +124,12 @@ pnpm dev
118
124
bun dev
119
125
120
126
127
128
129
130
+deno task dev
131
132
121
133
122
134
123
135
Your application should now be running locally on port 3000.
0 commit comments