- Create /docs structure (microdao, daarion, agents) - Organize 61 cursor technical docs - Add README files for each category - Copy key documents to public categories - Add GitHub setup instructions and scripts
1.9 KiB
1.9 KiB
🚀 Швидке налаштування GitHub (5 хвилин)
Крок 1: Додай SSH ключ на GitHub
Твій публічний SSH ключ:
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOsHg+L0tRWlNfiJLIsHXdUarfjx65CavasAZfA/a+1M daarion@gex44
Що робити:
- Скопіюй ключ вище
- Відкрий https://github.com/settings/keys
- Натисни "New SSH key"
- Встав ключ
- Натисни "Add SSH key"
Крок 2: Створи репозиторій на GitHub
- Відкрий https://github.com/new
- Repository name:
microdao-daarion(або інша назва) - Description: "MicroDAO & DAARION.city - Agent-based community platform"
- Visibility: Private або Public
- НЕ стави галочку "Initialize with README"
- Натисни "Create repository"
Крок 3: Підготуй проєкт
Я вже підготував проєкт. Тепер виконай:
cd "/Users/apple/Desktop/MicroDAO/MicroDAO 3"
# Додай remote (заміни YOUR_USERNAME на свій GitHub username)
git remote add origin git@github.com:YOUR_USERNAME/microdao-daarion.git
# Або якщо репозиторій вже створено, перевір:
git remote -v
Крок 4: Push на GitHub
# Переконайся, що всі файли додані
git add .
# Зроби коміт
git commit -m "chore: initial commit - MicroDAO & DAARION.city documentation and code"
# Push
git branch -M main
git push -u origin main
Готово! 🎉
Після цього я зможу:
- ✅ Клонувати репозиторії
- ✅ Робити коміти та push
- ✅ Створювати гілки
- ✅ Працювати з твоїми репозиторіями
Детальні інструкції: GITHUB_SETUP.md