Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 671 Bytes

README.md

File metadata and controls

33 lines (30 loc) · 671 Bytes

Preview

preview image

Use in Volto

i) update main/mrs.developer.json

{
     "volto-itonboard-theme": {
         "url": "[email protected]:itonboard/volto-itonboard-theme.git",
         "path": "src",
         "package": "@itonboard/volto-itonboard-theme",
         "branch": "master"
     }
}

ii) run yarn develop (adds path in main/jsconfig.json if not already configured)

yarn develop

iii) edit main/package.json ("private": "true" needs to be true)

  ...
  "private": true,
  "workspaces": [
    "src/addons/volto-itonboard-theme"
  ],
  "addons": [
    ...
    "@itonboard/volto-itonboard-theme"
  ]