diff --git a/.vscode/settings.json b/.vscode/settings.json index a398b8f..94422eb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,3 @@ { - "liveServer.settings.port": 2604, "_comment": "🎁🏙🚀" } \ No newline at end of file diff --git a/README.md b/README.md index 593c92b..0506d16 100644 --- a/README.md +++ b/README.md @@ -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/)! ---