# Mockups for WordPress

Development guide

## Setup

Place this project directory in `wp-content/plugins` and then run:

```
yarn
```

## Development 

Optional: run WordPress with Docker Compose using docker-compose.yml.

```
docker-compose up
```

To build the files **for development** run:

```
yarn run dev
```

To build the files **for production** run:

```
yarn run build
```