# Vite+ Monorepo Starter

A starter for creating a Vite+ monorepo.

## Development

- Check everything is ready:

```bash
vite run ready
```

- Run the tests:

```bash
vite run test -r
```

- Build the monorepo:

```bash
vite run build -r
```

- Run the development server:

```bash
vite run dev
```
