URL: https://github.com/unidel2035/integram-standalone
Владелец: unidel2035
Видимость: PUBLIC
Дата создания: 2025-12-25
Ветка: master
Integram Standalone Application - полностью независимое приложение для работы с Integram, включая авторизацию, welcome страницу и чаты
- ✅ 191 файл (2 коммита)
- ✅ Все компоненты авторизации
- ✅ Welcome страница
- ✅ Integram функционал
- ✅ Чаты
- ✅ Layout компоненты
- ✅ Backend API routes и services
- ✅ Конфигурация (package.json, vite.config, и т.д.)
- ✅ Документация (README.md, IMPLEMENTATION_SUMMARY.md)
git clone https://github.com/unidel2035/integram-standalone.git
cd integram-standalonenpm installcp .env.example .env
# Отредактировать .env с нужными параметрами# Frontend
npm run dev
# Backend (после настройки)
npm run backend- Repository: https://github.com/unidel2035/integram-standalone
- Issues: https://github.com/unidel2035/integram-standalone/issues
- Settings: https://github.com/unidel2035/integram-standalone/settings
# Пригласить пользователя как collaborator
gh repo edit --add-collaborator username
# Или через веб-интерфейс:
# Settings → Collaborators → Add people# Создать новую ветку для разработки
git checkout -b develop
git push -u origin develop
# Установить develop как default branch (через веб-интерфейс)
# Settings → Branches → Default branchДля создания релиза:
git tag -a v1.0.0 -m "Initial release"
git push origin v1.0.0
gh release create v1.0.0 --title "v1.0.0 - Initial Release" --notes "
Первый релиз Integram Standalone
Функциональность:
- Авторизация (Login, Register, OAuth)
- Welcome страница с онбордингом
- Полный функционал Integram
- Чаты
- Layout компоненты
"Рекомендуется:
-
Branch protection для master:
- Settings → Branches → Add rule
- Require pull request reviews
- Require status checks to pass
-
Secrets для CI/CD:
- Settings → Secrets and variables → Actions
- Добавить необходимые секреты
-
Dependabot для обновлений зависимостей:
- Settings → Security & analysis
- Enable Dependabot alerts
Создано: 2025-12-25
Инструмент: Claude Code CLI
Исходный репозиторий: https://github.com/unidel2035/dronedoc2025