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