Skip to content

Commit

Permalink
Merge pull request #365 from Rucha-Ambaliya/docs/document-go-live
Browse files Browse the repository at this point in the history
Document Go Live extension setup for running index.html
  • Loading branch information
multiverseweb authored Jan 9, 2025
2 parents 2702098 + 9692ac4 commit a587b9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"liveServer.settings.port": 2604,
"_comment": "🎁🏙🚀"
}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,15 @@ VI. Run the application:
> python software/main.py
> ```
VII. To Run `index.html` (For Website Development)
1. Install the **Go Live** extension in VS Code.
2. Open the `index.html` file in VS Code.
3. Click on the **Go Live** button in the bottom-right corner of VS Code.
> The default URL will be:
> `http://localhost:5500/Dataverse/index.html`
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/)!
---
Expand Down

0 comments on commit a587b9a

Please sign in to comment.