Getting Started
Installation
# With npm
npm install cssvg-icons
# With bun
bun add cssvg-icons
Local Development
-
Install dependencies:
bun install -
Start the development server:
bun devOpen http://localhost:3000 to view the documentation.
# With npm
npm install cssvg-icons
# With bun
bun add cssvg-icons
Install dependencies:
bun install
Start the development server:
bun dev
Open http://localhost:3000 to view the documentation.