From d686ca9470dc4fc8c106441f2743e7dd220f6e67 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Mon, 21 Oct 2024 01:29:19 -0400 Subject: [PATCH] Update README.md --- website/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index c7ec37b..efeafc9 100644 --- a/website/README.md +++ b/website/README.md @@ -18,7 +18,12 @@ To build and run the website locally for development and test purposes, follow t 2. Upgrade NPM to lastest version. -3. To run the Vite development server: +3. Install components and dependencies. + + cd website + npm install + +4. To run the Vite development server: cd website ./start.sh