feathermost/README.md

7 lines
333 B
Markdown
Raw Normal View History

To run in development mode, change `MATTERMOST_REMOTE` in `rundev.sh` to a server where you have an
account, then execute `rundev.sh`.
2020-03-26 16:06:42 +01:00
This will start a web server, and mitmproxy to avoid CORS problems.
Dependencies for that: Bash, Python and [`mitmproxy`](https://mitmproxy.org/).
2020-03-24 22:51:49 +01:00
2020-03-26 16:06:42 +01:00
Then open http://localhost:8000/ in your browser.