Install dependencies in a short guide as well (#20)

This commit is contained in:
Slava 2024-09-28 23:50:58 +03:00 committed by GitHub
parent 5178209b3b
commit b4fb578c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
For documentation we use [VitePress](https://vitepress.dev/), which is [Vue](https://vuejs.org/)-powered static site generator built on top of [Vite](https://vitejs.dev/).
To run site locally, we should clone repository and run the following command
To run site locally, we should clone repository, install dependencies and run the following command
```shell
npm run docs:dev
```