This project serves as a starting point for building web applications for Keyval using a custom design system. By utilizing a design system, you can ensure consistent branding, visual styles, and UI components throughout the application, promoting both aesthetic appeal and user experience.
To get started with this project, follow these steps:
git clone https://github.com/keyval-dev/design-system.git
cd keyval-design-system
yarn install && yarn dev
build version using tsup
yarn build
tag new version
npm version <new version number> --no-git-tag-version
publish to npm
npm publish
If you have any questions or need assistance, please don't hesitate to reach out to us. Happy coding!