Skip to content

Commit

Permalink
Merge branch 'main' into add-useAction-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 10, 2025
2 parents 802cd48 + 1783c43 commit 1d84953
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/routes/solid-start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ pnpm i
bun install
```
</div>

<div id="deno">
```bash frame="none"
deno install
```
</div>
</TabsCodeBlocks>

After this command has finished, your new SolidStart application is ready to go!
Expand Down Expand Up @@ -118,6 +124,12 @@ pnpm dev
bun dev
```
</div>

<div id="deno">
```bash frame="none"
deno task dev
```
</div>
</TabsCodeBlocks>

Your application should now be running locally on port 3000.
Expand Down

0 comments on commit 1d84953

Please sign in to comment.