Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deploy/tutorials/vite.md (Step 2: Run the repo locally) #1187

Merged
merged 3 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix deploy/tutorials/vite.md (Step 2: Run the repo locally)
  • Loading branch information
gystemd committed Nov 23, 2024
commit 60c7a535a4676e7c051c3317e699a66546261120
2 changes: 1 addition & 1 deletion deploy/tutorials/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Then, `cd` into the newly created project folder.
To see and edit your new project locally you can run:

```sh
deno task run
deno task dev
thisisjofrank marked this conversation as resolved.
Show resolved Hide resolved
```

## Step 3: Deploy your project with Deno Deploy
Expand Down
Loading