mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 18:27:41 +01:00
* fix(docs): correct package name and description for Flutter package (#3701) * Revert "fix(docs): correct package naming in Packages section (#3701)" This reverts commit c9b738b4af1ffc114bf7e8e2b81754a54b118b97. * fix: correct package name from lucide-lustre to lucide_lustre and fix typo (lustre → flutter)
Lucide Docs website
The Lucide docs website is built with Vitepress: https://vitepress.dev/ This is Markdown-based documentation powered by Vue.
Development
# Install dependencies
pnpm install
# Start docs dev server
pnpm docs:dev
# Start api dev server
pnpm dev
Build
# Build docs
pnpm docs:build
# Build api
pnpm build:api
Components
See .vitepress directory.