Matchbox is an open source design system and React component library, built for SparkPost's UI.
Want to start using Matchbox? See:
Looking for documentation? See:
# Start Scripts
npm run start:libby # Runs libby
# Test Scripts
# Integration tests require libby to be running first
npm run pretest # Run before running tests for first time
npm run test:unit # Runs unit tests
npm run test:e2e:gui # Runs integration tests
npm run test:e2e:headless # Runs integration tests in headless mode
# Build Scripts
npm run build # Builds all packages
We use changesets to handle versioning and publishing to NPM. Before publishing, ensure you are logged into SparkPost's NPM account locally via the NPM CLI. We recommend reviewing the following steps and changeset's documentation before proceeding.
Publishing Steps
npx changset in your pull request. This will let you select which packages you'd like to include and to which version. Hint: use space to select options, and enter to proceed. Don't worry about the summary, this is editable later on..changeset directory.main.npx changeset version. This will consume any changesets previously created, bump the packages, and update changelogs.npm run build to build all packages.npx changeset publish. This will publish all bumped packages to NPM. You will be required to enter your NPM OTP.$ claude mcp add matchbox \
-- python -m otcore.mcp_server <graph>