Dev repository of the site: https://shopcall.ai https://shopcall.ai
|
|
há 2 semanas atrás | |
|---|---|---|
| docs | há 3 semanas atrás | |
| scripts | há 5 meses atrás | |
| shopcall.ai-main | há 4 meses atrás | |
| supabase | há 2 semanas atrás | |
| templates | há 4 meses atrás | |
| .gitignore | há 5 meses atrás | |
| .gitmodules | há 3 semanas atrás | |
| .mcp-gogs.json | há 5 meses atrás | |
| CLAUDE.md | há 4 meses atrás | |
| README.md | há 4 meses atrás | |
| deploy-functions.sh | há 5 meses atrás | |
| deploy-shoprenter.sh | há 5 meses atrás | |
| deploy-woocommerce.sh | há 5 meses atrás | |
| fix-jwt.sh | há 5 meses atrás | |
| package.json | há 5 meses atrás | |
| shoprenter.docs.html | há 5 meses atrás | |
| update-remaining-functions.sh | há 5 meses atrás | |
| update_error_handlers.py | há 5 meses atrás |
AI-powered calling system integrated with e-commerce platforms.
shopcall/
├── shopcall.ai-main/ # Frontend application (React + Vite + TypeScript)
├── supabase/ # Supabase configuration and Edge Functions
├── docs/ # Documentation files
└── package.json # Root workspace configuration
# Install Supabase CLI at root
npm install
# Install frontend dependencies
cd shopcall.ai-main
npm install
Frontend:
cd shopcall.ai-main
npm run dev # Start dev server on port 8080
Supabase Functions:
cd supabase
# Deploy individually
npx supabase functions deploy <function-name>
# Test locally
npx supabase functions serve
Create .env files in frontend and supabase directories. See CLAUDE.md for detailed environment configuration.
See DEPLOYMENT_GUIDE.md for detailed instructions.
Proprietary - All rights reserved
For issues or questions, contact the development team.