Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 523 Bytes

File metadata and controls

25 lines (21 loc) · 523 Bytes

FairBridge

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.

Start Frontend

Make sure you have npm on your computer.

Go to the frontend folder and run:

npm run build

Run with serve:

serve -s dist

Start Backend:

Install the dependencies:

pip install -r  requirements.txt

Run Flask application:

flask run --host=0.0.0.0