A web UI that connects to a WebSocket to display relevant information about your MineColonies Colony.
- Install dependencies using
yarn
ornpm
- Make a copy of
.env.local.example
and rename it to.env.local
- Change
WEBSOCKET_URL
andNEXT_PUBLIC_WEBSOCKET_URL
to the address of your WebSocket (including thewss://
orws://
prefix)
- Change
- Run
yarn dev
ornpm run dev