Skip to content

carbon-design-system/carbon-for-ibm-dotcom-web-components-test

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2024
Dec 6, 2021
Feb 7, 2025
Jan 10, 2024
Oct 19, 2020
Jan 10, 2024
Nov 5, 2021
Oct 2, 2020
Oct 6, 2020
Jul 7, 2021
Jan 10, 2024
Oct 2, 2020
Oct 2, 2020
Oct 2, 2020
Jan 10, 2024
Oct 2, 2020
Jun 11, 2021
Feb 7, 2025
May 23, 2022
Feb 7, 2025

Repository files navigation

Carbon for IBM.com Web Components Test Application

This is a test application utilizing the Carbon for IBM.com Web Components package. This is a basic webpack setup using Handlebars for page management.

Run development

This will deploy a local webpack dev environment with watcher:

yarn start

Build Static site for production

This will output to the dist folder for deploying up to other environments.

yarn build

Upgrading Carbon for IBM.com

There are three tasks, each will upgrade either latest canary, next, or latest versions on NPM:

yarn update-canary
yarn update-next
yarn update-latest