Fozzie Components screenshot

Fozzie Components

Author Avatar Theme by Justeattakeaway
Updated: 17 Jan 2025
15 Stars

Public monorepo of tools, services and atomic UI components within the fozzie ecosystem

Categories

Overview:

The Fozzie Components Documentation provides guidance on how to install and use the various components in the Fozzie library. It also provides information on using Turborepo for streamlined build processes and remote caching functionality for faster development workflows.

Features:

  • Mono-repo structure: Fozzie Components is organized as a mono-repo, with multiple packages controlled from a top level packages.json file.
  • Package-specific configuration: Each project within the mono-repo has its own package.json file for package-specific configuration.
  • Remote caching in AWS S3: Turborepo’s remote caching functionality allows for publishing build artifacts to AWS S3, speeding up local development and CI workflows.

Installation:

To install Fozzie Components, follow these steps:

  1. Clone the repository.
  2. Run yarn install from the root directory of the project.
  3. If you encounter errors related to module resolution or installation, try running yarn cache clean and yarn build from the root of the project.

Summary:

The Fozzie Components Documentation provides comprehensive information on installing and using the components in the Fozzie library. It also highlights the use of Turborepo for optimized build processes and remote caching functionality for faster development workflows. The documentation serves as a valuable resource for developers looking to leverage the Fozzie library in their projects.