# [chat]

a simple matrix webapp for mobile and desktop

### setup
```
npm install
```

### run for development
```
npm run serve
```

### compile for production
```
npm run build
```