A monorepo project built with Turborepo and pnpm workspaces, featuring a Vue.js application and Storybook for UI component development.
- Client App: Live Application
- Storybook: Component Library
This project is a scalable monorepo setup using Turborepo and pnpm workspaces. It includes:
Nuxtapplication for the client-side interface.Storybookfor developing and testing UI components in isolation.- Shared configurations and utilities across packages including
eslint,tailwindcss, andtsconfig.
Technologies Used:
Follow these instructions to set up the project locally.
- Node.js: >=20
- pnpm: 9.10.0 or higher
- Git: Latest version
-
Install dependencies
pnpm i
-
Run development server
pnpm dev