Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 957 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 957 Bytes

Keyval Design System

Build Status

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!