# Metacar: Development

### Install

```
npm install
```

### Develop

```
npm run watch
```

### Build

```
npm run build
```

### Build the docs

```
npm run docs
```
