Footer

CloudlyKitCloudlyKit

Add a simple OpenAI-powered chat widget to your website in minutes.

Explore

  • Pricing
  • Blog
  • Story
  • Docs
  • Roadmap

Contact

  • Contact
  • Careers
  • X (Twitter)
  • LinkedIn

© 2026 CloudlyKit. All rights reserved.

Privacy policyTerms
CloudlyKitCloudlyKit
PricingLog in
CloudlyKitCloudlyKit

Command Palette

Search for a command to run...

Getting Started

IntroductionDependencies

Guides

Using MDX
Docs
Dependencies

Dependencies

Learn how to install dependencies for your project with various package managers.

Package managers simplify dependency management in software projects. They automate the process of installing, updating, and maintaining libraries and tools required for your project.

Installation

To install dependencies using PNPM, first, ensure PNPM is installed globally by running:

npm install -g pnpm

Once installed, navigate to your project root and execute:

pnpm install

This will install all the dependencies defined in the package.json file efficiently, leveraging PNPM's unique caching system.

IntroductionUsing MDX