mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 13:17:42 +01:00
docs(docs): added testing website locally instructions (#3124)
* added testing website * added build command * resolve suggestions
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user