mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 02:09:22 +01:00
36 lines
423 B
Markdown
36 lines
423 B
Markdown
|
|
# Lucide Docs website
|
||
|
|
|
||
|
|
The Lucide docs website is built with Vitepress: https://vitepress.dev/
|
||
|
|
This is Markdown-based documentation powered by Vue.
|
||
|
|
|
||
|
|
## Development
|
||
|
|
|
||
|
|
```sh
|
||
|
|
# Install dependencies
|
||
|
|
pnpm install
|
||
|
|
```
|
||
|
|
|
||
|
|
```sh
|
||
|
|
# Start docs dev server
|
||
|
|
pnpm docs:dev
|
||
|
|
|
||
|
|
# Start api dev server
|
||
|
|
pnpm dev
|
||
|
|
```
|
||
|
|
|
||
|
|
## Build
|
||
|
|
|
||
|
|
```sh
|
||
|
|
# Build docs
|
||
|
|
pnpm docs:build
|
||
|
|
```
|
||
|
|
|
||
|
|
```sh
|
||
|
|
# Build api
|
||
|
|
pnpm build:api
|
||
|
|
```
|
||
|
|
|
||
|
|
## Components
|
||
|
|
|
||
|
|
See .vitepress directory.
|