git clone https://github.com/dstackai/dstack
cd dstackpython3 -m venv venv
source venv/bin/activatepip install -e '.[all]'pip install -r requirements_dev.txtpre-commit installSee FRONTEND.md for the details on how to build and develop the frontend.