matrix-chat/README.md

19 lines
184 B
Markdown

# [chat]
a simple matrix webapp for mobile and desktop
### setup
```
npm install
```
### run for development
```
npm run serve
```
### compile for production
```
npm run build
```