Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies authored Oct 21, 2024
1 parent e929e11 commit d686ca9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d686ca9

Please sign in to comment.