Lightweight Mattermost frontend with multi-server support. Core functionality present.
Go to file
2020-03-31 12:09:33 +02:00
assets Improve login form layout 2020-03-31 11:30:35 +02:00
controller Start transitioning to MVC 2020-03-31 12:09:33 +02:00
etc Fix CORS: make mitmproxy intercept OPTIONS 2020-03-25 22:14:00 +01:00
model Start transitioning to MVC 2020-03-31 12:09:33 +02:00
view Start transitioning to MVC 2020-03-31 12:09:33 +02:00
.gitignore Put URL in separate config to avoid Git change 2020-03-26 17:55:40 +01:00
ajax.js Start transitioning to MVC 2020-03-31 12:09:33 +02:00
index.html Start transitioning to MVC 2020-03-31 12:09:33 +02:00
main.js Start transitioning to MVC 2020-03-31 12:09:33 +02: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
util.js Start transitioning to MVC 2020-03-31 12:09:33 +02: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.