@ab-devwork/design-system

AB Design System

Usage no npm install needed!

<script type="module">
  import abDevworkDesignSystem from 'https://cdn.skypack.dev/@ab-devwork/design-system';
</script>

README

Pattern Library Styles

This repository holds the code for the styles for the AB Design System. Running webpack will create the minified CSS abd JS files needed to implement the Design System in your project.

Getting Started

To contribute to this project:

  • Clone down this repo
  • In your terminal run a build command (see next sections for building options)

Building for NPM on PC

  • In your terminal: npm run buildnpm

Building for AEM on PC

  • In your terminal: npm run buildaem

Building for NPM on MAC

  • In your terminal: npm run macbuildnpm

Building for AEM on MAC

  • In your terminal: npm run macbuildaem

Publishing new version to NPM

  1. npm login - once per machine to update your credentials
  2. Choose one of the following to update the version
  • npm version patch
  • npm version minor
  • npm version major
  1. npm publish