Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Correct installation and local development instructions
  • Loading branch information
iadawn authored Feb 7, 2024
1 parent 18c0d49 commit 6983a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions how-to/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

**Prerequisites**: This project requires [NodeJS](https://nodejs.org/)

From the repository root, run the following command to install all necessary dependencies:
From the ```how-to``` directory in the repository, run the following command to install all necessary dependencies:

```sh
npm ci
```

## Local development

To run this project locally, use the following command in the repository's root directory. This will start a server on `http://localhost:8080/`. The server has hot-reload enabled so changes to files will be reflected in the browser immediately.
To run this project locally, use the following command in the repository's ```how-to``` directory. This will start a server on `http://localhost:8080/`. The server has hot-reload enabled so changes to files will be reflected in the browser immediately.

```sh
npm run serve
Expand Down

0 comments on commit 6983a43

Please sign in to comment.