/
githubmirror
/
screenshot-to-code
Обзор
Документация
Войти
/
githubmirror
/
screenshot-to-code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/cursor-cloud-install.sh
19 строк
546 B
Abi Raja
Remove GPT-Image-2 image fallback (#612)
01 июл 2026, 03:20
Не верифицирован
01 июл 2026, 03:20
2b1fa99
Код
Авторство
О чём код?
#!/usr/bin/env bash set -euo pipefail REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" cd "$REPO_ROOT" curl -sSL https://install.python-poetry.org | python3 - ~/.local/bin/poetry -C backend install ~/.local/bin/poetry -C backend run playwright install chromium || true pnpm -C frontend install if [ -d ../screenshot-to-code-saas/backend ]; then ~/.local/bin/poetry -C ../screenshot-to-code-saas/backend install --no-root fi if [ -d ../screenshot-to-code-saas/admin ]; then pnpm -C ../screenshot-to-code-saas/admin install fi