This is the official Meliva.ai Design System, a cohesive set of reusable UI components for building consistent and high-quality user experiences.
This project is a customized fork of Shoelace.
This documentation is for developers who want to contribute to the project, tinker with the source, or create a custom build of the design system.
Start by forking the repo on GitHub, then clone it locally and install dependencies.
git clone https://github.com/vandre-sales/shoelace
cd shoelace
npm installOnce you've cloned the repo, run the following command to start the development server.
npm startTo generate a production build, run the following command.
npm run buildTo scaffold a new component, run the following command, replacing mel-tag-name with the desired tag name.
npm run create mel-tag-nameThe Meliva.ai Design System is available under the terms of the MIT license.