Lightweight Mattermost frontend with multi-server support. Core functionality present.
Go to file
Midgard 9c8dc01f18
Add a little bit of styling
2020-03-26 21:29:50 +01:00
assets Add a little bit of styling 2020-03-26 21:29:50 +01:00
etc Fix CORS: make mitmproxy intercept OPTIONS 2020-03-25 22:14:00 +01:00
.gitignore Put URL in separate config to avoid Git change 2020-03-26 17:55:40 +01:00
README.md Add a little bit of styling 2020-03-26 21:29:50 +01:00
ajax.js Verify token is invalidated and forget it 2020-03-26 17:59:21 +01:00
index.html Add a little bit of styling 2020-03-26 21:29:50 +01:00
main.js Verify token is invalidated and forget it 2020-03-26 17:59:21 +01:00
rundev.sh Put URL in separate config to avoid Git change 2020-03-26 17:55:40 +01:00

README.md

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.