Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Go Live extension setup for running index.html #365

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading