Run with Docker or Podman
A public docker image of the interface is avaliable here:
https://hub.docker.com/r/kusamashield/interface
Run with podman:
Podman is a great alternative to docker that does not require root to run.
Using one command you can run the Kusama Shield interface locally.
podman run -p 5173:5173 docker.io/kusamashield/interface:v0.1
now open your browser and visit: http://localhost:5173
Run with docker:
Pull image:
docker pull kusamashield/interface:v0.1
Run:
docker run -p 5173:5173 kusamashield/interface:v0.1