Skip to content

Commit 23ba60d

Browse files
kanishksingh23kansihksingh23
andauthored
fix: add start script and fix localhost port in README (#68)
Co-authored-by: kansihksingh23 <kanishksingh23@gmail.com>
1 parent 7aadaed commit 23ba60d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Ensure you have the following software installed:
7171
```
7272

7373
5. **View in browser:**
74-
Open your web browser and navigate to `http://localhost:3000`
74+
Open your web browser and navigate to `http://localhost:5173`
7575

7676
### How to Use
7777

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
7+
"start": "vite",
78
"dev": "vite",
89
"build": "tsc -b && vite build",
910
"lint": "eslint .",

0 commit comments

Comments
 (0)