Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.62 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.62 KB

DARA Frontend

This is the prototype frontend for the DataAccessRequestAssistant DARA.
It is currently accessible via https://daskita.github.io/dara-frontend.

The Data Access Request Assistant (DARA) consists of

  • a process repository (DARA-API),
  • a browser-extension as automation engine (DARA-Extension), and
  • this frontend (DARA-Frontend)

For more information on DARA, please refer to the general DaSKITA readme.

Usage

It is ment to be used together with DARA browser extension, which is based on the automa extension.
You can download the extension here:

Chrome web store

Chrome Web Store

Firefox add-ons

Firefox Add-ons

Development

This frontend was build using React.

Requirments

  • JavaScript
  • Node >= 14
  • React Scripts, install e.g. with npm i react-scripts

Getting started

Just run npm start, afterwards, http://localhost:3000/dara-frontend will open automatically.