Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 963 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 963 Bytes

fair-dataset

Build status Release License Downloads

Self-Assessment Tool to Improve the FAIRness of Your Dataset

Developer guide

fair-dataset uses create-react-app as development toolkit.

Install the library:

npm install

Start the demo application:

npm start

The library uses Jest as test runner. To run the tests:

npm test

The library uses rollup to build a final version inside the /dist folder and it will build CommonJS and ES Modules versions:

npm run build