- Global Tokens
- Core components
This project was made using the follow technologies:
- A Design system made with React, Typescript, and Storybook for helping to use of reusable components and patterns;
# First step:
Have sure that you have installed nodejs on your machine
# Install dependencies
$ yarn
# Run application on development:
$ yarn dev
# Run build:
$ yarn build
# Select which packages have changed
$ yarn changeset
# Run when a release is ready, and the changes are verified
$ yarn version-packages
# This will run npm publish in each package that is of a later version than the one currently listed on npm
# 🚨 - We don't need to use that script manually, because we already have a CI/CD to do it
$ yarn release
Go to http://localhost:6006 to see the result.
Released in 2022.
Made with ❤︎ by Maganez Filho 🚀.