diff --git a/README.md b/README.md index e89ba1f..7abca7a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Ensure you have the following software installed: ``` 5. **View in browser:** - Open your web browser and navigate to `http://localhost:3000` + Open your web browser and navigate to `http://localhost:5173` ### How to Use diff --git a/package.json b/package.json index 0446726..130494a 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { + "start": "vite", "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .",