Go to file
2021-06-08 22:18:32 +02:00
android@df7bff7aad add submodule matrix-chat-android 2021-05-04 18:23:19 +02:00
public add fileInput, refactor eventContent 2021-04-30 00:33:47 +02:00
src fix NewRoom popup 2021-06-08 22:18:32 +02:00
.eslintrc.js update eslint 2021-03-10 01:46:47 +01:00
.gitignore added icon and login witch other homeservers 2020-12-24 01:04:05 +01:00
.gitmodules add submodule matrix-chat-android 2021-05-04 18:23:19 +02:00
babel.config.js init 2020-10-30 13:40:50 +01:00
capacitor.config.json add showNativeNotification 2021-04-09 00:48:06 +02:00
LICENSE Add 'LICENSE' 2020-12-27 02:01:08 +00:00
package.json refactor Components, add newRoom.vue/userSearch.vue/popup.vue/overlay.vue/imageViewer.vue, some design changes 2021-06-08 22:06:00 +02:00
README.md add screenshot and description to README.md 2021-04-14 10:32:37 +00:00
vue.config.js vue-router and login page 2020-11-06 01:06:26 +01:00

[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