Skip to content

Installation

Getting Started

This section will guide you through the installation process for the ECO SDK components.

Prerequisites

  • Node.js 16.x or higher
  • npm or yarn package manager

Installation Steps

  1. Install the required dependencies
  2. Configure your environment
  3. Verify the installation
bash
npm install

Configuration

After installation, you may need to configure the components according to your specific requirements.

Verification

To verify that everything is working correctly, you can run the development server:

bash
npm run docs:dev

This will start the documentation server at http://localhost:5173/.