A self-hosted, mobile-friendly bitmex-dashboard mainly build to improve my web-development
Do not host this on public servers in production since the websocket proxy does not use authentication
git clone https://github.com/kinothUI/bitmex-dashboard.gitcd bitmex-dashboard/ && yarn installnano .env- declare environment variables like bitmex api key/secret
- open up two terminals one for the proxy
yarn proxyand the other for the frontendyarn start