# uip-design-system

This project contains common UI elements used building utility and admin apps for UIP. To preview the components, react-styleguidist is used.

## Development
To run the styleguide, run `yarn dev`.

## Styleguide
1. `yarn build:styleguide`
1. `yarn start`

## Continuous integration
To run the examples, follow these steps:
1. Make sure you have [Docker installed](https://docs.docker.com/engine/installation/).
1. Build the Docker image: `docker build -t uip-design-system .`
1. Run the image in a container `docker run -p 3001:3000 -d uip-design-system`.
1. Open the app running on the docker machine: `open http://localhost:3001`.
