Dev repository of the site: https://shopcall.ai https://shopcall.ai
|
|
il y a 2 semaines | |
|---|---|---|
| docs | il y a 3 semaines | |
| scripts | il y a 5 mois | |
| shopcall.ai-main | il y a 4 mois | |
| supabase | il y a 2 semaines | |
| templates | il y a 4 mois | |
| .gitignore | il y a 5 mois | |
| .gitmodules | il y a 3 semaines | |
| .mcp-gogs.json | il y a 5 mois | |
| CLAUDE.md | il y a 4 mois | |
| README.md | il y a 4 mois | |
| deploy-functions.sh | il y a 5 mois | |
| deploy-shoprenter.sh | il y a 5 mois | |
| deploy-woocommerce.sh | il y a 5 mois | |
| fix-jwt.sh | il y a 5 mois | |
| package.json | il y a 5 mois | |
| shoprenter.docs.html | il y a 5 mois | |
| update-remaining-functions.sh | il y a 5 mois | |
| update_error_handlers.py | il y a 5 mois |
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.