From 6983a438c599bef6cdc42baf0570d5ef03ad4de6 Mon Sep 17 00:00:00 2001 From: Kevin White Date: Wed, 7 Feb 2024 09:55:43 +0000 Subject: [PATCH] Update readme.md Correct installation and local development instructions --- how-to/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to/readme.md b/how-to/readme.md index b9ad1a1..f676648 100644 --- a/how-to/readme.md +++ b/how-to/readme.md @@ -4,7 +4,7 @@ **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 @@ -12,7 +12,7 @@ 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