FairBridge System. This system contains a frontend Vue app and a backend Flask app. It should be used with NaaVRE https://github.com/QCDIS/NaaVRE to convert workflow components to RO-Crates.
Make sure you have npm on your computer.
Go to the frontend folder and run:
npm run buildRun with serve:
serve -s distInstall the dependencies:
pip install -r requirements.txtRun Flask application:
flask run --host=0.0.0.0