We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aadaed commit 23ba60dCopy full SHA for 23ba60d
2 files changed
README.md
@@ -71,7 +71,7 @@ Ensure you have the following software installed:
71
```
72
73
5. **View in browser:**
74
- Open your web browser and navigate to `http://localhost:3000`
+ Open your web browser and navigate to `http://localhost:5173`
75
76
### How to Use
77
package.json
@@ -4,6 +4,7 @@
4
"version": "0.0.0",
5
"type": "module",
6
"scripts": {
7
+ "start": "vite",
8
"dev": "vite",
9
"build": "tsc -b && vite build",
10
"lint": "eslint .",
0 commit comments