### Install Melony Package Source: https://github.com/ddaras/melony/blob/main/packages/melony-core/README.md This command installs the Melony npm package, which is the first step to integrating Melony into your project. It ensures all necessary files and dependencies are downloaded and available for use. ```bash npm install melony ``` -------------------------------- ### Melony Component Syntax Example (HTML) Source: https://github.com/ddaras/melony/blob/main/packages/melony-core/README.md This HTML example showcases a Melony Card component used for a user profile. It includes layout components like Row and Col, content components like Image and Text, and an interactive Button with an associated action, adhering to Melony's HTML-like syntax. ```html Avatar