Improve README
This commit is contained in:
parent
4322f824ff
commit
5acd0a6760
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
# ![](./assets/feathermost.svg) Feathermost
|
# ![](./assets/feathermost.svg) Feathermost
|
||||||
|
|
||||||
|
Before you can use Feathermost, the admin of your Mattermost servers must set up CORS
|
||||||
|
appropriately. If this is not possible, you can use a CORS puncturing proxy, such as the mitmproxy
|
||||||
|
setup provided for development (see below).
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
Dependencies: none.
|
||||||
|
|
||||||
To run in development mode, execute `rundev.sh`.
|
To run in development mode, execute `rundev.sh`.
|
||||||
This will start a web server, and mitmproxy to avoid CORS problems.
|
This will start a web server, and mitmproxy to avoid CORS problems.
|
||||||
Dependencies for that: Bash, Python and [`mitmproxy`](https://mitmproxy.org/).
|
Dependencies for that: Bash, Python and [`mitmproxy`](https://mitmproxy.org/).
|
||||||
|
|
Loading…
Reference in a new issue