A Web-based IDE for building Globus Flows – open the Globus Flows IDE.

This is a Next.js project bootstrapped with create-next-app
.
- This project uses a
.env
file to configure environment variables - The Next.js configuration (and feature set) should be limited to Static Site Generation to ensure compatibility with GitHub Pages.
npm run dev
The application will be available on the Next.js host – since the application assumes the default GitHub Pages run-time, the basepath is configured to /flows-ide
(requests to /
will result in a 404
).
The production deployment is currently hosted on GitHub Pages at https://globus.github.io/flows-ide/.
Deployments to this environment will automatically occur when a new release is created via release-please
.
The sandbox
environment is available at: https://d1ohs99wfl8za4.cloudfront.net/.
This environment is deployed using SST and is automatically updated when changes are pushed to the main
branch.