Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy authored Jul 29, 2024
1 parent bad75a8 commit 6c37393
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ This is a responsive sales dashboard built using **HTML 5**, **CSS 3**, and **Ja
- [Running the application](#run-the-application)
- [Copyright and License](#copyright-and-license)

### Prerequisites
## Prerequisites

Install the following prerequisites:

- [Visual Studio Code](https://code.visualstudio.com/download) with the **Live Server** extension.

[Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) allows us to launch a local development server that enables a live reload of our project.

### Run the application
## Run the application

To run the application, start the **Live Server** by clicking **Go Live** in the bottom right corner of the status bar in Visual Studio Code. This action will load the website in your default web browser.

![plot](https://github.com/BobsProgrammingAcademy/responsive-sales-dashboard/blob/master/images/vscode.png?raw=true)

### View the application
## View the application

Once the **Live Server** is up and running, go to http://127.0.0.1:5500/index.html to view the application.

### Copyright and License
## Copyright and License

Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.

0 comments on commit 6c37393

Please sign in to comment.