This is the front-end single-page app for Oni, a scalable and searchable data repository built on ocfl.
The simplest way to deploy it is using the Dockerfile included as part of [https://github.com/UTS-eResearch/oni-express](Oni Express).
npm installrun npm scripts for development
npm run start:devand go to http://localhost:9000
npm run buildshould generate a dist folder with compiled SPA and watch for changes
Use ./config.json to point to your current solr configuration and repository
Use ./index.js to configure state of your app (to be moved to configuration)