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.git
cd bitmex-dashboard/ && yarn install
nano .env
- declare environment variables like bitmex api key/secret
- open up two terminals one for the proxy
yarn proxy
and the other for the frontendyarn start