Skip to content

Quick Start

This article shows you how to quickly open or create a project.

Open or Create a Project

  • Launch CodeBuddy IDE。

  • Choose whether to create a new project or open an existing one:

    • New Project click New Folder to create a fresh project inside your user directory.

    • Open Existing Project click Open Folder to load a local project.

    • Clone a Remote Git Repository

      1. Make sure Git is installed; verify with the following commands.If Git is missing, download it from Git .

        bash
        git --version
      2. Obtain the remote repository URL, e.g.:

        bash
        https://github.com/leaferjs/leafer-draw.git
      3. Click Clone Git Repository, enter the URL, and pick the target directory.

At this point, you can begin your coding journey.