rel-gids
v0.0.8
Published
Storybook Component Starter
Downloads
4
Readme
rel-gids
This is the rel general implemented design system. Here we build reusable components that are being use in our rel-web-projects.
Requirements
There is one requirement to run the code:
* Node version 20+
Getting Started
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.
Building components
New componentes should be added to /components/*name of component*
. Make sure the components are WCAG proof!
Publishing project
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.