Skip to content

learning-tutor/learning-tutor-apps

Repository files navigation

Project Dependency Management

Commitizen friendly

This document outlines the steps to manage dependencies for multiple projects using a task-based approach.

Installation

Task

Install taskfile with this command:

npm install -g @go-task/cli

Clone Dependencies

To clone all dependencies of all projects, use the following command:

task clone

Install Dependencies

After cloning the repositories, you need to install the dependencies for all projects. Run the following command:

task install

Run Projects in Docker

task docker