Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 991 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 991 Bytes

Warning

This repo is no longer maintained

Solar Actions Status Commitizen friendly

Solar is set of UI components that form the foundation of TicketSwap’s design language. By utilising these building blocks we’re able to standardise the user experience across our platform.

Install

npm i @ticketswap/solar or yarn add @ticketswap/solar

Development

git clone git@github.com:TicketSwap/solar.git
cd solar
yarn install
yarn storybook

Useful scripts

yarn dev        # Run type check in watch mode
yarn build      # Builds all packages
yarn storybook  # Starts storybook server

Contributing

See the contributing guide for detailed instructions on how to get started with our project