Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 563 Bytes

File metadata and controls

25 lines (18 loc) · 563 Bytes

Repository Setup Guide

Follow these steps to set up the Devlly repository and get started with development:

Step 1: Clone the Repository

Open your terminal and run the following commands to clone the repository and navigate to the project directory:

git clone https://github.com/Devllyteam/Devlly.git
cd Devlly

Step 2: Install Dependencies Install all necessary dependencies using yarn:

yarn install

Step 3: Run the Application After the installation is complete, start the development server with:

yarn dev