Skip to content

Commit 7fbf1eb

Browse files
authored
fix(docs): clarify dev server URL for templates (#473)
1 parent a33c417 commit 7fbf1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pnpm run dev
3636
bun run dev
3737
```
3838

39-
Open the browser, navigate to `http://localhost:5173` and you should see the app running.
39+
Open the browser and navigate to the development server URL shown in your terminal (for example, `http://localhost:5173` for Vite or `http://localhost:3000` for Next.js)
4040

4141
## Example Datasets
4242

0 commit comments

Comments
 (0)