Build Stackyard from source
git clone https://github.com/SandObserver/stackyard.gitcd stackyarddocker build -t stackyard:local .Then run stackyard:local the same way as the published image. See Docker, replacing the image name.
Working on the code
Section titled “Working on the code”To run Stackyard without Docker while developing, see How to contribute.