Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 541 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 541 Bytes

Lemon UI Library

🍋 Lemon UI is a workshop for building frontend UI Components and pages.

Running project local

Before run this project just be sure to have Node 16 or superior version installed.

  • Install dependencies npm i.
  • run local npm run dev
  • run storybook npm run storybook
  • run local tests npm run tests

Components Documentation

This project presents Component documentation through the Storybook, so if you are in doubt about how to use some UI Component, run the storybook command npm run storybook.