The repository for all things DD-CMS as part of the Integrated Data Service project.
A training on how to create your own website using Volto is available as part of the Plone training at https://training.plone.org/5/volto/index.html.
To run the project with default behaviour, run:
mkdir plone-postgres-data
docker-compose build
docker-compose up
To set up your local environment with data from staging, see the instructions here.
Check docs/development.md for more detailed information on alternate ways of running and to get started with development.