Development Environment Setup
Prerequisites
Before starting development, you need to install the following tools:
Development Environment
Tool | Version | Description |
---|---|---|
Docker | - | Container virtualization platform |
Docker Compose | - | Management of multiple Docker containers |
To start development, clone the repository:
shell
git clone https://github.com/oqtopus-team/qdash.git
cd qdash
Setting Up
shell
docker compose up -d qdash-devcontainer