This is a work-in-progress, research project from Erasmus University Library Rotterdam.
Install npm
Clone the repository, install dependencies:
git clone https://github.com/jascoul/caleido-client.git npm install
You can start the client using:
npm start
Note that there are no further dependencies on Node.js, the resulting javascript is pure client side.
The client connects to the Caleido backend API: https://github.com/jascoul/caleido
Start the development webserver:
pserve caleido.ini
Visit the API browser at http://localhost:6543/api/swagger.html