You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on initilaizing an addon with pipx run cookieplone frontend_addon.
Then doing make install do https://github.com/plone/volto/ to setup addon dev environment with volto.
Could be made faster by using git clone https://github.com/plone/volto.git --depth=1, since old commits are not needed IMO.
Only faced this issue on slow internet, otherwise would be fine.
The text was updated successfully, but these errors were encountered:
on initilaizing an addon with
pipx run cookieplone frontend_addon
.Then doing
make install
dohttps://github.com/plone/volto/
to setup addon dev environment with volto.Could be made faster by using

git clone https://github.com/plone/volto.git --depth=1
, since old commits are not needed IMO.Only faced this issue on slow internet, otherwise would be fine.
The text was updated successfully, but these errors were encountered: