Last Updated: 2025-12-09 Version: 2.0
Ten katalog zawiera kompleksową dokumentację techniczną projektu Neon Estate, w tym przewodniki SEO, analizę kodu, narzędzia developerskie oraz instrukcje wdrożenia.
-
- Kompletny przewodnik po MCP (Model Context Protocol)
- Instalacja i konfiguracja Browser MCP (automatyzacja przeglądarki)
- Instalacja i konfiguracja GitMCP (dostęp do dokumentacji GitHub)
- Praktyczne przykłady użycia
- Rozwiązywanie problemów i best practices
- Start here jeśli chcesz zainstalować MCP
-
guide-mcp-testing-scenarios.md ⭐
- 25 gotowych scenariuszy testowych MCP
- Użycie przez Claude Code chat (najłatwiejsze)
- Użycie przez skrypty Node.js (automatyzacja)
- Scenariusze Browser MCP, GitMCP i Combined
- Instrukcje uruchamiania testów
- Start here aby przetestować MCP
-
- Quick start guide dla testowania MCP
- 2 minuty do pierwszego testu
- Metody testowania: Chat vs Skrypty
- Wymagania i troubleshooting
-
- Complete SEO setup and customization guide
- 800+ lines of detailed instructions
- Step-by-step domain change procedures
- Meta tags and structured data configuration
- Analytics integration guide
-
- Detailed log of all SEO optimizations performed
- Technical changes summary
- Performance improvements
- Files modified list
- Quality checklist
-
analysis-code-review-website.md
- Comprehensive code review and analysis
- Performance, security, accessibility recommendations
- Implementation roadmap
- Best practices guidelines
-
report-backend-implementation.md
- Summary of backend implementation (AI Atelier)
- Node.js + Express backend setup
- Security measures and best practices
- Deployment guide (Vercel, Heroku, Railway)
- Technical details of changes made
- notes-manual-tasks.md
- Manual tasks and checklists
- Deployment procedures
- Testing guidelines
- Pre-launch checklist
- Read guide-mcp-setup.md
- Install Browser MCP for browser automation testing
- Install GitMCP for AI access to project documentation
- Test both servers with
/mcpcommand - Start using MCP in daily development workflow
- Read guide-seo-configuration.md
- Follow the "Critical SEO Elements to Update" section
- Update domain references (search & replace)
- Customize meta tags and business information
- Use the SEO Checklist before launch
- Submit sitemap to Google Search Console
- Review analysis-code-review-website.md for code quality standards
- Check report-backend-implementation.md for backend features
- Review changelog-seo.md for SEO changes
- Install MCP servers from guide-mcp-setup.md
- Run validation tools and tests before deployment
Projekt zawiera zestaw skryptów pomocniczych w katalogu _scripts/:
-
- Optymalizacja obrazów dla web
- Konwersja do formatów WebP
- Kompresja i zmiana rozmiaru
- Uruchom:
node _scripts/optimize-images.js
-
- Minifikacja plików CSS
- Usuwanie nieużywanego kodu
- Kompresja dla production
- Uruchom:
node _scripts/minify-css.js
-
- Automatyczna minifikacja CSS przy zapisie
- Watch mode dla development
- Uruchom:
node _scripts/auto-minify-css.js
- setup-git-hooks.js
- Konfiguracja Git hooks
- Pre-commit checks
- Automatyczna walidacja
- Uruchom:
node _scripts/setup-git-hooks.js
-
- Runner dla wszystkich testów MCP
- Uruchamianie testów Browser MCP
- Raportowanie wyników
- Uruchom:
npm testlubnode _scripts/test-runner.js
-
- Generator skryptów testowych MCP
- Tworzy 25 gotowych scenariuszy testowych
- Uruchom:
node _scripts/create-all-tests.js
-
- Generuje snapshot struktury projektu
- Dokumentacja katalogów i plików
- Uruchom (PowerShell):
.\\_scripts\\snapshot-structure.ps1
-
- Generuje snapshot kodu projektu
- Backup przed większymi zmianami
- Uruchom (PowerShell):
.\\_scripts\\snapshot-code.ps1
- download-sample-images.ps1 / .sh
- Pobieranie przykładowych obrazów z Unsplash
- Dostępne dla PowerShell i Bash
- Uruchom:
.\\_scripts\\download-sample-images.ps1(Windows) lubbash _scripts/download-sample-images.sh(Linux/Mac)
Pełna dokumentacja wszystkich skryptów dostępna w: _scripts/README.md
# Testing
npm test # Wszystkie testy MCP
npm run test:browser # Browser MCP basic test
npm run test:browser:seo # SEO audit test
npm run test:browser:forms # Form testing
npm run test:browser:mobile # Mobile menu test
# Development
npm run dev # Start development server
npm start # Start production server
# Build & Deploy
npm run build # Build dla production
npm run deploy # Deploy (wymaga konfiguracji)- ✅ Meta tags (title, description, keywords)
- ✅ Open Graph & Twitter Cards
- ✅ Structured Data (Schema.org JSON-LD)
- ✅ Semantic HTML & Accessibility (ARIA)
- ✅ Image optimization (local hosting + lazy loading)
- ✅ Performance (defer JS, DNS prefetch)
- ✅ Robots.txt & Sitemap.xml
- ✅ Contact information (clickable links)
- ✅ Form accessibility
Expected Lighthouse Scores:
- SEO: 95-100 ✅
- Accessibility: 95-100 ✅
- Performance: 85-95 ✅
- Best Practices: 90-100 ✅
-
index.html(20+ locations)- Meta tags (lines 21, 25-28, 35-39)
- Structured data (lines 75-240)
-
robots.txt(line 10) -
sitemap.xml(lines 5, 10-12)
- Domain: neon.estate.com
- Location: Wrocław, Poland
- Phone: +48 123 456 789
- Email: hello@neon.estate
Refer to the detailed guides in this directory or consult:
- Google Search Central: https://developers.google.com/search
- Schema.org Docs: https://schema.org/docs/documents.html
Documentation maintained by: DominDev SEO Team