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
).