# Material UI Playroom Example

First, install Playroom's dependencies by running `yarn` from this repository's root directory.

Then, run `yarn` within this example directory.

To start a local server:

```bash
$ yarn start
```

To build for production:

```bash
$ yarn build
```

## License

MIT.
