Lightweight Mattermost frontend with multi-server support. Core functionality present.
Go to file
Midgard 35c8ea0d3c
Improve instructions and change name
2020-03-26 16:32:30 +01:00
etc Fix CORS: make mitmproxy intercept OPTIONS 2020-03-25 22:14:00 +01:00
.gitignore Fix CORS: make mitmproxy intercept OPTIONS 2020-03-25 22:14:00 +01:00
README.md Improve instructions and change name 2020-03-26 16:32:30 +01:00
index.html Improve instructions and change name 2020-03-26 16:32:30 +01:00
main.js Improve architecture 2020-03-26 16:01:09 +01:00
rundev.sh Improve rundev script 2020-03-25 22:28:22 +01:00
xhr.js Improve architecture 2020-03-26 16:01:09 +01:00

README.md

To run in development mode, run rundev.sh in a shell. 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.