Lightweight Mattermost frontend with multi-server support. Core functionality present.
Midgard
596cd63fb5
Refactor MattermostClient, deduplicating code and making it remember its token. Make functions that ask for a Mattermost ID check that they get something of the correct form. |
||
---|---|---|
assets | ||
etc | ||
js | ||
.gitignore | ||
index.html | ||
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.