From 6c18131dc7bebcca429a0c28c4fde4424f9779ff Mon Sep 17 00:00:00 2001 From: Rajiv Seelam Date: Thu, 13 Feb 2025 11:57:58 +0530 Subject: [PATCH] feat: update README to include monorepo package structure and descriptions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dfe3958..68f90ea 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ This repo has been built with two intentions: - To help you get started building component libraries with ease - To demonstrate how to build a component library starter +## Packages + +This repo is structured as a monorepo with following packages: + +- apps/docs: Docusaurus site for documentation +- packages/elements: React component library using Vite and Tailwind CSS +- packages/elements-tw-v4: React component library using Vite and Tailwind CSS V4 + ## Features 1. **Tree Shaking**: Built with [Vite's lib mode](https://vite.dev/) - Eliminates unused code during build process, reducing bundle sizes for better performance.