Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 433 Bytes

Polymath UI

A library for Polymath's custom UI components.

Development

After cloning, run yarn to install all dependencies.

Run yarn dev to automatically compile and lint JS and SCSS files as they're modified. You'll need to run a manual build to update the Flow types that the package exports: yarn build:flow or yarn build.

Testing

To run test once: yarn test

To watch for file changes: yarn test --watch