Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.83 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.83 KB

GEO Deposit React

Build Status Software Life Cycle Software License

React application for GEO Knowledge Hub deposit forms.

About

This repository is a fork from the React Invenio Deposit package developed by the Invenio Team. This fork incorporates GEO Knowledge Hub-specific features and modifications to the original package.

We thank the Invenio Team for making this mature software available to the entire community.

Run tests

To run the test runner in the interactive watch mode:

npm test

See the creat-react-app's documentation about running tests for more information.

To run the tests once:

    # Bash
    CI=true npm test
    # Fish
    env CI=true npm test