@mrshmllw/smores-foundations
v1.1.0
Published
Design token system for Marshmallow Insurance
Readme
Smores Foundations
Foundation components and utilities for the Smores project.
🚀 Quick Start
Prerequisites
- Node.js v22
- bun
Installation
# Install dependencies
bun installUseful scripts
build:all - builds design tokens for all platforms (web, ios, android)
bun run build:allbuild & relese process
the build process is running from the build.yml github action. This action will run on every push to the main branch and does the following:
- checkout the branch
- install dependencies
- runs the
build:allscript - commits the changes to the
mainbranch
[!NOTE] The release process from here is manual as the publish.yml action is a work in progress
after this has completed, pull the latest changes from the main branch, bump the version number within the package.json and run the following commands to publish the package to npm:
bun npm publish --access public- Commit the new version number in a PR
Copyright © Marshmallow Insurance. All rights reserved.
