Installation

Learn how to install and set up the project.

1 min read

Prerequisites

  • Node.js (v18 or newer)
  • npm or yarn or pnpm

Steps

  1. Clone the repository: bash git clone https://your-repo-url.com/project.git cd project
  2. Install dependencies: bash npm install # or yarn install # or pnpm install
  3. Run the development server: bash npm run dev