Compile from Source

Install NodeJS

Install Yarn

Clone the Status

git clone <https://github.com/functionland/functionland-status.git>

Run the Status

Requires a Node running.

yarn
PORT=8000 REACT_APP_PROVIDER_SOCKET=ws://127.0.0.1:9944 yarn start

Using Docker

Install Docker

Build the image

docker build -t sugarfunge-status:local -f docker/Dockerfile .

Run the Status

Requires a Node running.

docker run --rm -d --network host --env PORT=8000 --env REACT_APP_PROVIDER_SOCKET=ws://127.0.0.1:9944 sugarfunge-status:local