@keyval-dev/design-system
v2.3.3
Published
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Downloads
3,022
Readme
Keyval Design System
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.
Getting Started
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
Publish version
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!