0.0.0-2 • Published 6 years ago

tracksuit v0.0.0-2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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