0.8.6 • Published 5 months ago

nsw-design-system-plone6 v0.8.6

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

nsw-design-system-plone6

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;

Getting started

To get started install this addon in your Volto frontend:

  1. Run yarn install nsw-design-system-plone6 to add the addon as a dependency
  2. In your package.json file, add nsw-design-system-plone6 to the addons key, as shown below:

    • "addons": [
          "nsw-design-system-plone6"
      ],
  3. Start volto with yarn start

How to contribute

See DEVELOP.md or feel free to open a GitHub issue.