Skip to content

Commit 3e66eee

Browse files
authored
Merge pull request #11 from Surge77/update-getting-started
update Getting Started section with Live Server instructions (#5)
2 parents 5f47edf + b7a47cf commit 3e66eee

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,26 @@
3434

3535
---
3636

37-
## Getting Started
37+
## 🚀 Getting Started
3838

39-
### Prerequisites
40-
- Node.js (v14 or later)
41-
- npm or npx
39+
To preview the project locally, you don't need to install Node.js or use any build tools.
4240

43-
### Installation
44-
1. **Clone** the repository:
45-
```bash
46-
git clone https://github.com/your-username/dev-scope.git
47-
cd dev-scope
48-
```
41+
### 🔹 Option 1: Use Live Server (Recommended for Beginners)
4942

50-
### Running the Development Server
51-
1. **Start the server**:
52-
```bash
53-
npx http-server
54-
```
43+
💡 If you're using VS Code or a similar editor, install the **Live Server** extension to quickly view the site in your browser:
44+
45+
1. Install the [Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) in VS Code.
46+
2. Open the project folder in your editor.
47+
3. Right-click on `index.html` and choose **"Open with Live Server"**.
48+
49+
Your browser will automatically open the site and refresh on changes.
50+
51+
---
52+
53+
### 🔹 Option 2: Open Manually
54+
55+
You can also open the `index.html` file directly in your browser without any extensions.
5556

56-
2. **Open your browser** and navigate to:
57-
- [http://127.0.0.1:8080/src/index.html](http://127.0.0.1:8080/src/index.html)
5857

5958
### Troubleshooting
6059
- Ensure no other processes are using port 8080

0 commit comments

Comments
 (0)