mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 10:24:49 +02:00
* fix(docs): improve mobile layout of v1 banner * fix(docs): make top banner sticky instead of fixed, this way there's no need for hack-ish explicit heights * fix(docs): add --vp-layout-top-height media query declaration for when navbar becomes sticky
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.