@eeacms/volto-redmine-helpdesk: Volto add-on
npm install @eeacms/volto-redmine-helpdesk










Volto add-on
git clone https://github.com/eea/volto-redmine-helpdesk.git
cd volto-redmine-helpdesk
make
make start
Go to http://localhost:3000
1. Make sure you have a Plone backend 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-redmine-helpdesk"
],
"dependencies": {
"@eeacms/volto-redmine-helpdesk": "*"
}
`
* If not, create one:
``
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --canary --addon @eeacms/volto-redmine-helpdesk
cd my-volto-project
1. Install new add-ons and restart Volto:
```
yarn
yarn start
1. Go to http://localhost:3000
1. Happy editing!
See RELEASE.md.
See DEVELOP.md.
The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.
See LICENSE.md for details.