0.1.1 • Published 2 years ago

@brands-buddies/design-system v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Brands & Buddies's Design System

This Design System is a collection of react components that are used in brandsbuddies.com and is continiously developed to improve Brands & Buddies. It uses tailwindcss.

Demo

You can see the Design System live under https://.ink.brandsbuddies.com

Compatibility

The @brands-buddies/design-system package is compatible with React only.

Getting started

To install the Design System in your project you need to install the package first

npm install @brands-buddies/design-system --save
yarn add @brands-buddies/design-system

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint