Skip to content

itonboard/volto-itonboard-theme

Repository files navigation

Preview

preview image

Use in Volto

i) update main/mrs.developer.json

{
     "volto-itonboard-theme": {
         "url": "git@github.com: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"
  ]

About

Volto theme addon of the ITONBOARD portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published