# Adminer ## Create Project ```sh # Create Project helios project add adminer --repo https://github.com/bmallen-xs/Helios-Services --ref main --path adminer # Clone / Pull helios project pull adminer ``` ## Run ```sh helios project up adminer ```