# Sandbox This documentation section outlines how to set up and operate the development sandbox. ## Acquire Sources ```shell git clone https://github.com/hiveeyes/hanimandl cd hanimandl ``` ## Build Firmware ```shell make build ``` ## Build Documentation ```shell make docs ```