Lightweight Mattermost frontend with multi-server support. Core functionality present.
assets | ||
etc | ||
.gitignore | ||
ajax.js | ||
index.html | ||
main.js | ||
README.md | ||
rundev.sh |
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.