My library
A simple books manager Plone 6 with Volto website (theme: kitconcept/volto-light-theme)
Quick Start
$ git clone https://github.com/GhitaB/plone6.mylibrary
$ cd plone6.mylibrary
$ nvm use v18
$ make install
$ make start-backend
$ make start-frontend
Fixes
Error when uploading large files
In plone6.mylibrary/backend/instance/etc/zope.conf
update
form-memory-limit 20MB
Restart backend, retry upload.