matrix-chat/README.md

19 lines
184 B
Markdown
Raw Normal View History

2020-12-24 00:13:45 +00:00
# [chat]
2020-10-30 12:40:50 +00:00
2020-12-24 00:13:45 +00:00
a simple matrix webapp for mobile and desktop
### setup
2020-10-30 12:40:50 +00:00
```
npm install
```
2020-12-24 00:13:45 +00:00
### run for development
2020-10-30 12:40:50 +00:00
```
npm run serve
```
2020-12-24 00:13:45 +00:00
### compile for production
2020-10-30 12:40:50 +00:00
```
npm run build
```