You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-chat/README.md

19 lines
184 B
Markdown

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