Lightweight Mattermost frontend with multi-server support. Core functionality present.
Go to file
2021-02-17 17:42:02 +01:00
assets Avoid sidebar resizing based on channel contents 2021-02-17 17:42:02 +01:00
etc Spoof origin to allow websocket creation 2021-02-17 16:54:40 +01:00
js Add websocket support, messages appear in realtime now 2021-02-17 17:13:28 +01:00
.gitignore Put URL in separate config to avoid Git change 2020-03-26 17:55:40 +01:00
index.html Avoid sidebar resizing based on channel contents 2021-02-17 17:42:02 +01:00
README.md Fix logo path in README 2020-03-29 00:46:53 +01:00
rundev.sh Put URL in separate config to avoid Git change 2020-03-26 17:55:40 +01:00

Feathermost

To run in development mode, execute rundev.sh. This will start a web server, and mitmproxy to avoid CORS problems. Dependencies for that: Bash, Python and mitmproxy.

Then open http://localhost:8000/ in your browser.