Skip to content

How to use this template

Alin Voinea edited this page Oct 21, 2020 · 3 revisions
  1. Create a new repository from volto-addon-template
  2. Clone your new repository on your local machine like:
    $ git clone https://github.com/eea/volto-custom-addon
    $ cd volto-custom-addon
    
  3. Bootstrap
    $ yarn bootstrap
    
  4. See changes and commit:
    $ git diff
    $ git commit -am "Initial commit"
    $ git push
    
Clone this wiki locally