2020-03-26 16:38:39 +01:00
|
|
|
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.
|