VIKUS Docker instance builder FRONTEND
This is a simple frontend for the vikus-docker. It is used to create a VIKUS Viewer instance using the REST Api of vikus-docker.
- Input a IIIF collection V3 URL in the input field
- Click the "Create" button
- Now you can change the settings of the VIKUS Viewer instance or just use the default settings by clicking the "Generate Instance" button
https://github.com/cpietsch/vikus-docker
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
To create a production version of your app and push it to gh-pages branch (which is used by vikus-docker):
npm run deploy