mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 00:58:48 +01:00
* Fixes icon design guide heading levels + naming mix-up * Update icon-design-guide.md --------- Co-authored-by: Karsa <karsa@karsa.org>
# Lucide Docs website The Lucide docs website is built with Vitepress: https://vitepress.dev/ This is Markdown-based documentation powered by Vue. This is why this file is in txt format. ## 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.