rauno56 / design-system

This repository is designed to encompass all the shared components required for Keyval products.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

This repository is designed to encompass all the shared components required for Keyval products.


Languages

Language:TypeScript 99.5%Language:JavaScript 0.5%