Getting Started

Getting Started

Installation

# With npm
npm install cssvg-icons

# With bun
bun add cssvg-icons

Local Development

  1. Install dependencies:

    bun install
    
  2. Start the development server:

    bun dev
    

    Open http://localhost:3000 to view the documentation.