Skip to content

The BBMRI-ERIC Negotiator is a service for structured negotiation with biological resources dealing with human data and/or biological samples. The reference implementation for the frontend is available in this repository.

Notifications You must be signed in to change notification settings

EUCAIM/negotiator-frontend

 
 

Repository files navigation

NegotiatorV3 Frontend

Development mode

To run the application in fully accessible development mode you need to run an instance of a mock OIDC server. You can spin up a preconfigured instance with the following command.

cd oidc_mock && docker-compose up -d

Then to run the application with correct settings run:

Recommended package manager is Yarn

Because of some Legacy package (or the packages that has not updated for a few years) that specify a peer dependency which is in conflict with a package you want to install

Project Setup

# yarn
yarn install

# npm
npm install

Compile and Hot-Reload for Development

# yarn
yarn dev

# npm
npm run dev

Compile and Minify for Production

# yarn
yarn build

# npm
npm run build

Lint with ESLint

# yarn
yarn lint

# npm
npm run lint

Customize configuration

See Configuration Reference.

About

The BBMRI-ERIC Negotiator is a service for structured negotiation with biological resources dealing with human data and/or biological samples. The reference implementation for the frontend is available in this repository.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 80.3%
  • JavaScript 16.0%
  • SCSS 2.2%
  • Other 1.5%