You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
adb f220bbc63b
add submodule matrix-chat-android
3 years ago
android@df7bff7aad add submodule matrix-chat-android 3 years ago
public add fileInput, refactor eventContent 3 years ago
src Merge remote-tracking branch 'origin/master' into matrix-chat-native 3 years ago
.eslintrc.js update eslint 3 years ago
.gitignore added icon and login witch other homeservers 3 years ago
.gitmodules add submodule matrix-chat-android 3 years ago
LICENSE Add 'LICENSE' 3 years ago
README.md add screenshot and description to README.md 3 years ago
babel.config.js init 4 years ago
capacitor.config.json add showNativeNotification 3 years ago
package.json Merge remote-tracking branch 'origin/master' into matrix-chat-native 3 years ago
vue.config.js vue-router and login page 4 years ago

README.md

[chat]

a simple matrix webapp for mobile and desktop

screenshot-desktop

matrix-chat or in short [chat] is a simple matrix webclient designed for mobile and desktop use with a clean UI. It's written with Vue in JavaScript. The webapp is still under development and more features will be added gradually. To stay tuned or give some input just join the matrix room. #matrix-chat-public:adb.sh

setup

npm install

run for development

npm run serve

compile for production

npm run build