* feat(tool): switch create-readme support link to /contacts * feat(scripts): warn on deprecated support link in readme check * feat(templates): switch cookiecutter readme support links to contacts * docs(skill): drop removed validate mode from repo-readme docs * test(status): cover contacts link warn/fail/ok cases * fix(ci): shorten lines to satisfy ruff * fix(ci): apply ruff format --------- Co-authored-by: opencode-agent <agent@opencode.local> |
||
|---|---|---|
| .. | ||
| .github | ||
| backend | ||
| frontend | ||
| LICENSE | ||
| README.md | ||
🚀 {{ cookiecutter.project_name }}
{{ cookiecutter.description }}
{{ cookiecutter.description }}
🇺🇸 English
- FastAPI backend (Tortoise ORM) + SvelteKit frontend (Svelte 5 runes)
- pydantic-settings configuration; JS frontend with Biome + Knip + Vitest + Playwright e2e
- Ruff + mypy strict + pytest (backend); SvelteKit + Vitest (frontend)
- Pre-commit hooks (backend); Biome + Knip (frontend)
⚡ Quick Start
cd backend && uv sync --extra dev && uv run uvicorn main:app --reload
cd frontend && npm install && npm run dev
💬 Support and contacts / Поддержка и контакты
🇷🇺 Русский
{{ cookiecutter.description }}
{{ cookiecutter.description }}
- Бэкенд FastAPI (Tortoise ORM) + фронтенд SvelteKit (Svelte 5 runes)
- Конфигурация через pydantic-settings; JS-фронтенд с Biome + Knip + Vitest + Playwright e2e
- Ruff + mypy strict + pytest (бэкенд); SvelteKit + Vitest (фронтенд)
- Pre-commit хуки (бэкенд); Biome + Knip (фронтенд)
⚡ Быстрый старт
cd backend && uv sync --extra dev && uv run uvicorn main:app --reload
cd frontend && npm install && npm run dev
