docs: link to VitePress & fix grammar mistake

This commit is contained in:
Phan An 2024-10-24 20:28:52 +07:00
parent f017b82479
commit 7af1060b8e

View file

@ -68,7 +68,7 @@ yarn lint # Lint
## Koel Docs
Of course, you are welcome to contribute to Koel Docs (this documentation) as well!
Koels documentation is built with [VitePress](https://vitepress.dev/) is stored under the `docs` directory in the same repository as Koel.
Koels documentation is built with [VitePress](https://vitepress.dev/) and stored under the `docs` directory in the same repository as Koel.
To start the VitePress instance, use the following command:
```bash
@ -81,4 +81,5 @@ yarn docs:dev
```
The documentation should now be available at `http://localhost:5173`.
For more information on how to work with VitePress, check out its [official website](https://vitepress.dev/).