plone-ve / volto-eea-website-theme

EEA Website Volto Theme, checkout a demo at https://demo-www.eea.europa.eu

Home Page:https://demo-www.eea.europa.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

volto-eea-website-theme

Releases

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

EEA Website Volto Theme

Demo

Getting started

Add volto-eea-website-theme to your Volto project

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

  2. Start Volto frontend

  • If you already have a volto project, just update package.json:

    "addons": [
        "@eeacms/volto-eea-website-theme"
    ],
    
    "dependencies": {
        "@eeacms/volto-eea-website-theme": "^1.0.0"
    }
  • If not, create one:

    npm install -g yo @plone/generator-volto
    yo @plone/volto my-volto-project --addon @eeacms/volto-eea-website-theme
    cd my-volto-project
    
  1. Install new add-ons and restart Volto:

    yarn
    yarn start
    
  2. Go to http://localhost:3000

  3. Happy editing!

Release

See RELEASE.md.

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)

About

EEA Website Volto Theme, checkout a demo at https://demo-www.eea.europa.eu

https://demo-www.eea.europa.eu

License:MIT License


Languages

Language:JavaScript 98.2%Language:Makefile 1.6%Language:Less 0.2%Language:CSS 0.0%