diff --git a/DEVELOP.md b/DEVELOP.md index d970031..19912ee 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -16,12 +16,14 @@ 1. Go to http://localhost:3000 -1. Happy hacking! +1. Initialize git hooks ```Bash - cd src/addons/volto-toolbar-actions/ + yarn prepare ``` +1. Happy hacking! + ### Or add @eeacms/volto-toolbar-actions to your Volto project Before starting make sure your development environment is properly set. See [Volto Developer Documentation](https://docs.voltocms.com/getting-started/install/) @@ -48,18 +50,15 @@ Before starting make sure your development environment is properly set. See [Vol 1. Install - yarn develop + make develop yarn 1. Start backend - docker pull plone - docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone + docker run --pull always -it --rm --name plone -p 8080:8080 -e SITE=Plone plone/plone-backend ...wait for backend to setup and start - `Ready to handle requests`: - docker logs -f plone - ...you can also check http://localhost:8080/Plone 1. Start frontend diff --git a/README.md b/README.md index 1b2e1a4..5e91625 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ ## Features -![Toolbar Actions](https://github.com/eea/volto-toolbar-actions/raw/develop/docs/toolbar-actions.png) +![Toolbar Actions](https://github.com/eea/volto-toolbar-actions/raw/master/docs/toolbar-actions.png) + +### Demo - How to add a toolbar action via ZMI + +![Toolbar Actions](https://github.com/eea/volto-toolbar-actions/raw/master/docs/toolbar-actions.gif) ## Getting started diff --git a/docs/toolbar-actions.gif b/docs/toolbar-actions.gif new file mode 100644 index 0000000..66f7d95 Binary files /dev/null and b/docs/toolbar-actions.gif differ