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