Skip to content

Commit a587b9a

Browse files
Merge pull request #365 from Rucha-Ambaliya/docs/document-go-live
Document Go Live extension setup for running index.html
2 parents 2702098 + 9692ac4 commit a587b9a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"liveServer.settings.port": 2604,
32
"_comment": "🎁🏙🚀"
43
}

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,15 @@ VI. Run the application:
160160
> python software/main.py
161161
> ```
162162
163+
VII. To Run `index.html` (For Website Development)
164+
165+
1. Install the **Go Live** extension in VS Code.
166+
2. Open the `index.html` file in VS Code.
167+
3. Click on the **Go Live** button in the bottom-right corner of VS Code.
168+
169+
> The default URL will be:
170+
> `http://localhost:5500/Dataverse/index.html`
171+
163172
Now, the software should run smoothly with no errors, feel free to use the software and don't forget to give feedback on [Dataverse's website](https://multiverse-dataverse.netlify.app/)!
164173
165174
---

0 commit comments

Comments
 (0)