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