Skip to content

QCDIS/FairBridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

FairBridge System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.3%
  • Vue 36.6%
  • TypeScript 12.7%
  • CSS 4.2%
  • JavaScript 2.6%
  • HTML 0.6%