Skip to content

EEA Volto Add-ons bundle: A known good set of Volto addons to be used within all EEA projects

License

Notifications You must be signed in to change notification settings

eea/volto-eea-kitkat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46b63cd · Oct 14, 2021
Sep 29, 2021
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021
Aug 26, 2021
Aug 27, 2021
Sep 29, 2021
Aug 26, 2021
Aug 26, 2021
Oct 14, 2021
Aug 27, 2021
Oct 14, 2021
Aug 26, 2021
Sep 29, 2021
Sep 29, 2021
Aug 26, 2021
Sep 29, 2021
Aug 26, 2021
Oct 14, 2021

Repository files navigation

volto-eea-kitkat 🍫

Releases Pipeline Pipeline

Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond

Included Volto Add-ons

  1. Releases Pipeline Pipeline @eeacms/volto-matomo
  2. Releases Pipeline Pipeline @eeacms/volto-sentry-rancher-config
  3. Releases Pipeline Pipeline @eeacms/volto-corsproxy
  4. Releases Pipeline Pipeline @eeacms/volto-depiction
  5. Releases Pipeline Pipeline @eeacms/volto-taxonomy
  6. Releases Pipeline Pipeline @eeacms/volto-object-widget
  7. Releases Pipeline Pipeline @eeacms/volto-widgets-view
  8. Releases Pipeline Pipeline @eeacms/volto-widget-toggle
  9. Releases Pipeline Pipeline @eeacms/volto-widget-temporal-coverage
  10. Releases Pipeline Pipeline @eeacms/volto-widget-geolocation
  11. Releases Pipeline Pipeline volto-slate:asDefault
  12. Releases Pipeline Pipeline @eeacms/volto-slate-metadata-mentions
  13. Releases Pipeline Pipeline @eeacms/volto-slate-footnote
  14. Releases Pipeline Pipeline @eeacms/volto-slate-zotero
  15. Releases Pipeline Pipeline @eeacms/volto-accordion-block
  16. Releases Pipeline Pipeline @eeacms/volto-block-toc
  17. Releases Pipeline Pipeline @eeacms/volto-block-divider
  18. Releases Pipeline Pipeline @eeacms/volto-listing-block
  19. Releases Pipeline Pipeline @eeacms/volto-metadata-block
  20. Releases Pipeline Pipeline @eeacms/volto-group-block
  21. Releases Pipeline Pipeline @eeacms/volto-columns-block
  22. Releases Pipeline Pipeline @eeacms/volto-tabs-block
  23. Releases Pipeline Pipeline @eeacms/volto-block-image-cards
  24. Releases Pipeline Pipeline @eeacms/volto-banner
  25. Releases Pipeline Pipeline @eeacms/volto-resize-helper
  26. Releases Pipeline Pipeline @eeacms/volto-block-style

Getting started

Creating a Volto Frontend for your new EEA project

  1. Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone

  2. Create and start Volto frontend

    npm install -g yo @plone/generator-volto
    yo @plone/volto new-project --addon @eeacms/volto-eea-kitkat
    cd new-project
    
    yarn
    yarn start
    
  3. Go to http://localhost:3000

  4. Happy hacking!

Add volto-eea-kitkat to your existing Volto Frontend

  1. Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone

  2. Setup Volto frontend

    • Update package.json:

      "addons": [
         "@eeacms/volto-eea-kitkat"
      ],
    • Install new add-ons and restart Volto:

      yarn add -W @eeacms/volto-eea-kitkat
      yarn start
      
  3. Go to http://localhost:3000

  4. Happy hacking!

Try volto-eea-kitkat with Docker

  1. Get the latest Docker images

    docker pull plone
    docker pull plone/volto
    
  2. Start Plone backend

    docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
    
  3. Start Volto frontend

    docker run -it --rm -p 3000:3000 --link plone -e ADDONS="@eeacms/volto-eea-kitkat" plone/volto
    
  4. Go to http://localhost:3000

How to contribute

See DEVELOP.md.

Copyright and license

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

See LICENSE.md for details.

Funding

European Environment Agency (EU)