0.18.7 • Published 11 months ago
@edenredespana/oreneta v0.18.7
Oreneta
Oreneta is the Edenred Design System. It is a collection of reusable components, guidelines and best practices that help teams build consistent and accessible products.
Getting started
Ensure you are using Node 16:
nvm useInstall NPM dependencies:
npm installStart Storybook:
npm run storybookContributing
- Open a new branch from
mainwith a descriptive name - Make your changes
- Add the required changelog entries
- Open a pull request to
mainwith a descriptive title and description
To generate a changelog entry, run:
npx changesetAnd then commit the result file.
Releasing
Generate the changelog:
npx changeset version