• Blog
  • Documentation
  • Pricing
  • FAQ
  • Contact
Sign InSign Up
  • Getting started with Makerkit
  • Installing Dependencies
  • Authentication
  • Configuration

Here you can add a description about your company or product

© Copyright 2025 Pre-Leasing. All Rights Reserved.

About
  • Blog
  • Contact
Product
  • Documentation
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy

Installing Dependencies

Learn how to install dependencies for your project.

    <article><p>To install dependencies in your project, please install <code>pnpm</code> by running the following command:</p><pre data-language="bash">npm install -g pnpm </pre><p>Next, navigate to your project directory and run the following command:</p><pre data-language="bash">pnpm install </pre><p>This will install all the dependencies listed in your <code>package.json</code> file.</p></article>