docs(docs): added testing website locally instructions (#3124)

* added testing website

* added build command

* resolve suggestions
This commit is contained in:
Brizen Britt
2025-05-23 06:11:20 -04:00
committed by GitHub
parent 19fa01b5fc
commit 85b6de6684

View File

@@ -161,6 +161,26 @@ lucide
The lucide.dev website is using [vitepress](https://vitepress.dev/) to generate the static website. The markdown files are located in the docs directory.
#### Running the Docs Website Locally
To test the docs website locally, follow these steps:
1. **Navigate to the docs directory**
```sh
cd docs
```
2. **Start the Local Development Server**
```sh
pnpm run docs:dev
```
3. **Open the Website Locally**
Vitepress should open with the following format:
VitePress dev server is running at:
- **Local**: http://localhost:3000/
- **Network**: http://192.168.x.x:3000/
### Guides
Detailed documentation about: installation, guides, packages, design guides etc.