ZenithUi is a mono-repo containing multiple packages for building user interfaces. This repository aims to provide a cohesive set of tools and components to streamline the development process. The monorepo is built using Turborepo and pnpm.
- apps: Contains applications for testing and documentation.
- test-app: An application for testing the packages.
- doc-app: An application for documentation purposes.
- packages: Contains all UI libraries that are to be published on npm.
- Clone the repository:
git clone https://github.com/ChanduBobbili/ZenithUi.git
- Install dependencies:
cd ZenithUi pnpm install - Build the packages:
pnpm run build
We welcome contributions! Please read our contributing guidelines to get started.
This project is licensed under the MIT License. See the LICENSE file for details.