Setup Flow server locally to add and iterate on your custom nodes.
Setup Flow server locally
Clone Flow server repo https://github.com/space-operator/flow-backend.gitarrow-up-right
Update the guest.toml
guest.toml
API key, project_id, and anon_key can be found and generate in the settings page.
Run RUST_LOG=info cargo run -p flow-server -- guest.toml
RUST_LOG=info cargo run -p flow-server -- guest.toml
Login to Space Operator and toggle the remote button to localhost to run a flow locally
When iterating locally, use tracing to help debug Tracing
Last updated 1 year ago