Custom UI library based on Web Components
- Update
main
branch with$ git pull origin main
- Must have node in its version
>=18.0.0
- Install dependencies with
$ yarn install
- To run the project
$ yarn dev
- Its open on
http://localhost:5173/
- To run Storybook
$ yarn storybook
- Its open on
http://localhost:6006/