-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Alin Voinea edited this page Mar 1, 2022
·
5 revisions
-
Install Yeoman Volto App Generator
npm install -g yo @plone/generator-volto
-
Generate Volto add-on based on this template
yo @plone/volto:addon --template=eea/volto-addon-template @eeacms/volto-custom-addon
-
Clone your new repository on your local machine like:
git clone https://github.com/eea/volto-custom-addon cd volto-custom-addon
-
Bootstrap
yarn bootstrap
-
See changes and commit:
git diff git add . git commit -m "Initial commit" git push
-
Add develop branch:
git checkout -b develop git push -u origin develop