Skip to main content

Setup Methods

HVE Core supports multiple setup methods. Choose the approach that fits your environment and workflow.

Available Methods

MethodBest ForComplexity
VS Code ExtensionQuick start, individual developersLow
Multi-Root WorkspaceTeams with shared configurationMedium
Git SubmodulePinned versions, CI integrationMedium
Peer CloneSide-by-side development and contributionMedium
Mounted WorkspaceContainer and remote environmentsMedium
Git-Ignored CloneLocal-only customizationLow
CodespacesCloud-based developmentLow
CLI PluginsTerminal-first workflowsMedium

Which Method Should You Choose?

Start with the VS Code Extension if you want the fastest path. Move to Multi-Root Workspace or Git Submodule when your team needs shared, version-controlled configuration.

See the Getting Started guide for the recommended onboarding sequence.


🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.