Client application for the FAIR Data Point providing an HTML-based user interface for browsing the metadata and administration.
Documentation explains how to install, configure and use the FAIR Data Point.
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
This project is licensed under the MIT License - see the LICENSE file for more details.
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.