This repo contains a Volto addon for Plone for the New South Wales Design System. It is based on the V3 version of the design system and latest best practises from the Digital NSW team. For more information, see the Plone6 NSW Design System Starter Kit;
To get started install this addon in your Volto frontend:
-
Run
yarn install nsw-design-system-plone6
to add the addon as a dependency -
In your
package.json
file, addnsw-design-system-plone6
to theaddons
key, as shown below:-
"addons": [ "nsw-design-system-plone6" ],
-
-
Start volto with
yarn start
See DEVELOP.md or feel free to open a GitHub issue.