This repo host the main website, docs site and design system with shadcnui.
🚧 Note: This project is in active development (80% complete) - feel free to explore and contribute! 🏗️
- packages/ui - Desing System with shadcnui and custom components
- packages/tsconfig - TypeScript configuration
- Node.js 20+
- pnpm
npm install -g pnpm
git clone https://github.com/L1Network/l1-ui.git
cd l1-ui
pnpm install
Our design system provides a comprehensive collection of reusable components built on top of shadcn/ui, offering a consistent and maintainable UI framework across all applications. The system includes:
- Pre-built, customizable UI components
- Consistent theming and styling
- Accessibility-first design patterns
- Responsive layouts and components
- Dark/light mode support
All components and documentation can be found in the packages/ui directory. The design system can be utilized in any application within the monorepo, from landing pages to complex dApps.
pnpm dev # Dev server
pnpm build # Production build
pnpm test # Run tests
See CONTRIBUTING.md for development guidelines.
MIT License