Add Galaxy build and deployment workflows

This commit is contained in:
Ryan Ward
2026-08-26 12:07:32 -05:00
parent dde129b9c7
commit 82eed08683
6 changed files with 141 additions and 65 deletions
+4
View File
@@ -7,6 +7,10 @@ This file provides guidance when working with code in this repository.
### Build and Run
- `cargo run` - Build and run Warp locally
- `cargo bundle --bin warp` - Bundle the main app
- `make run` - Build and run `galaxy-oss`
- `make clean` - Remove Cargo build artifacts
- `make deploy` - Validate, update, clean, bundle, and upload Galaxy to Hermes
- `make install` - Validate, update, clean, bundle, and install Galaxy to `/Applications`
### Running with local warp-server
To connect Warp client to a local warp-server instance: