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
- Install the required dependencies
- Configure your environment
- Verify the installation
bash
npm installConfiguration
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:devThis will start the documentation server at http://localhost:5173/.

