Skip to content
 
 

Repository files navigation

FAIR Data Point Client

Client application for the FAIR Data Point providing an HTML-based user interface for browsing the metadata and administration.

Build Status License

Documentation explains how to install, configure and use the FAIR Data Point.

Development

Install dependencies using:

$ npm install

Create public/config.js file. For local development, you need to set the apiURL to where the FDP server is running, usually:

// public/config.js
window.config = {
  apiURL: 'http://localhost:8080'
}

Tip: If you run both, the server and the client locally, start the server first, because it needs to run on port 8080. The client will then be automatically started on port 8081.

Compile and hot-reload for development:

$ npm run serve

Compile and minify for production:

$ npm run build

Run tests or linter:

$ npm run test
$ npm run lint

License

This project is licensed under the MIT License - see the LICENSE file for more details.

Acknowledgements

This repository is a fork of FairDataPoint-client and includes extensions and adaptations developed for the STAGE project, .

STAGE has received funding from the European Union’s Horizon Europe Research and Innovation Programme under grant agreement nº 101137146. UK participants in Horizon Europe Project STAGE are supported by UKRI grant numbers 10112787 (Beta Technology), 10099041 (University of Bristol) and 10109957 (Imperial College London).

For more information about the project, visit the STAGE project website.

About

FAIR Data Point Client application for browsing the metadata and administration.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages