Skip to content

TicketSwap/solar

Repository files navigation

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