tracksuit
v0.0.0-2
Published
Medipass Design System
Downloads
6
Readme
Tracksuit
Developing
Before you start developing, ensure that you have installed the package's dependencies:
yarnAfter everything has installed, you can run the docs on a development server which will listen for changes made in the components:
yarn docsTesting
To run the tests for the components:
yarn testBuilding
Documentation
To build the documentation, simply run:
yarn build-docsComponents
To build the components for a production environment, run:
yarn build