Follow these steps to set up the Devlly repository and get started with development:
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 DevllyStep 2: Install Dependencies Install all necessary dependencies using yarn:
yarn installStep 3: Run the Application After the installation is complete, start the development server with:
yarn dev