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).
npm install @keyval-dev/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.
To get started with this project, follow these steps:
``bash`
git clone https://github.com/keyval-dev/design-system.git
`bash`
cd keyval-design-system
`bash`
yarn install && yarn dev
build version using tsup
`bash`
yarn build
tag new version
`bash`
npm version
publish to npm
`bash``
npm publish
If you have any questions or need assistance, please don't hesitate to reach out to us. Happy coding!