# Voltaserve UI Install dependencies: ```shell bun i ``` Run for development: ```shell bun run dev ``` Build Docker Image: ```shell docker build -t voltaserve/ui . ```