Using Docker
2023-10-3 Using Docker Less than 1 minute
# Using Docker
Clone the Melodot code repository and navigate to the project directory in the terminal:
git clone [email protected]:ZeroDAO/melodot.git
cd melodot
1
2
2
Use the command below to start a container running Melodot:
./scripts/docker_run.sh
1