https://github.com/eea/volto-clms-theme
https://github.com/eea/volto-clms-theme
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eea/volto-clms-theme
- Owner: eea
- License: mit
- Created: 2021-03-01T11:52:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-19T12:04:40.000Z (5 months ago)
- Last Synced: 2026-01-19T18:26:54.470Z (5 months ago)
- Language: JavaScript
- Size: 13.9 MB
- Stars: 5
- Watchers: 28
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# volto-clms-theme
[](https://github.com/eea/volto-clms-theme/releases)
[](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-clms-theme/job/master/display/redirect)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-clms-theme-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-clms-theme-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-clms-theme-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-clms-theme-master)
[](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-clms-theme/job/develop/display/redirect)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-clms-theme-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-clms-theme-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-clms-theme-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-clms-theme-develop)
[Volto](https://github.com/plone/volto) add-on
## Features
- Theme
- Custom components
## Getting started
### Try volto-clms-theme with Docker
git clone https://github.com/eea/volto-clms-theme.git
cd volto-clms-theme
make
make start
Go to http://localhost:3000
### Add volto-clms-theme to your Volto project
1. Make sure you have a [Plone backend](https://plone.org/download) up-and-running at http://localhost:8080/Plone
```Bash
docker compose up backend
```
1. Start Volto frontend
- If you already have a volto project, just update `package.json`:
```JSON
"addons": [
"@eeacms/volto-clms-theme"
],
"dependencies": {
"@eeacms/volto-clms-theme": "*"
}
```
- If not, create one:
```
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --canary --addon @eeacms/volto-clms-theme
cd my-volto-project
```
1. Install new add-ons and restart Volto:
```
yarn
yarn start
```
1. Go to http://localhost:3000
1. Happy editing!
## Release
See [RELEASE.md](https://github.com/eea/volto-clms-theme/blob/master/RELEASE.md).
## How to contribute
See [DEVELOP.md](https://github.com/eea/volto-clms-theme/blob/master/DEVELOP.md).
## Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.
See [LICENSE.md](https://github.com/eea/volto-clms-theme/blob/master/LICENSE.md) for details.
## Funding
[European Environment Agency (EU)](http://eea.europa.eu)