This Repo holds a prototype implementing the functionalities for slide editing and display required by the Image+ project on top of the base-ui-components library
#install dependencies
npm run install
#run dev server on 8080
npm run serve
#build
npm run build