Skip to content

Quick Start

This article will guide you on how to quickly open or create a project.

Open or Create a Project

  • Open CodeBuddy IDE. The icons in the upper right corner correspond to opening and closing the terminal and the right-side chat window respectively.

    Open IDE

  • Choose to create a new project or open an existing project based on your needs.

    • Create a New Project Click New Folder to create a new project in the system user directory.

    Open New Project

    • Open an Existing Project Click Open Folder to open an existing project locally.

    Open Existing Project

    • Clone a Remote Git Repository

      1. Make sure Git is installed. You can check the version using the command below. If not installed, please visit Git to install it.

        bash
        git --version
      2. Get the remote Git repository URL, for example:

        bash
        https://github.com/leaferjs/leafer-draw.git
      3. Click Clone Git Repository, enter the URL, then select the directory where you want to store the cloned project.

      Git clone

Now you can start your coding journey.