This is the rel general implemented design system. Here we build reusable components that are being use in our rel-web-projects.
There is one requirement to run the code:
* Node version 20+
To start updating the design system, you'll first have to clone the whole project.
To run test the code, you can run storybook in the root of the project.
New componentes should be added to /components/*name of component*
. Make sure the components are WCAG proof!
When you publish the project make sure you update the version in the package.json
of the design system.
Then navigate to /design-system/rel-gids
, if you weren't there yet already.
After you updated every thing, you can run yarn build
to build the updates.
Log in to npm with npm login
, you can find the login data in 1password. Then run npm publish
to publish the code.