react-invenio-deposit

React components to build forms in Invenio

Usage no npm install needed!

<script type="module">
  import reactInvenioDeposit from 'https://cdn.skypack.dev/react-invenio-deposit';
</script>

README

React-Invenio-Deposit

Release License Downloads Chat

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