Build from source
Prerequisites
Section titled “Prerequisites”- Go 1.22 or newer
- Node.js 18 or newer (with npm or pnpm)
makegit
-
Clone:
Terminal window git clone https://github.com/vazra/simpledeploy.gitcd simpledeploy -
Build the UI and the binary:
Terminal window make build# output at bin/simpledeployNeed only the Go side (UI already built)?
Terminal window make build-go -
Install:
Terminal window sudo cp bin/simpledeploy /usr/local/bin/simpledeploy version
Run the test suites
Section titled “Run the test suites”make test # Go unit + integrationmake e2e # full Playwright E2E (needs Docker)Hot reload for development
Section titled “Hot reload for development”make dev # rebuilds API + UI on changeNext: Set up your dev environment or jump to First deploy.