Dev repository of the site: https://shopcall.ai https://shopcall.ai
|
|
4 tháng trước cách đây | |
|---|---|---|
| docs | 4 tháng trước cách đây | |
| scripts | 5 tháng trước cách đây | |
| shopcall.ai-main | 4 tháng trước cách đây | |
| supabase | 4 tháng trước cách đây | |
| templates | 4 tháng trước cách đây | |
| .gitignore | 5 tháng trước cách đây | |
| .mcp-gogs.json | 5 tháng trước cách đây | |
| CLAUDE.md | 4 tháng trước cách đây | |
| README.md | 4 tháng trước cách đây | |
| deploy-functions.sh | 5 tháng trước cách đây | |
| deploy-shoprenter.sh | 5 tháng trước cách đây | |
| deploy-woocommerce.sh | 5 tháng trước cách đây | |
| fix-jwt.sh | 5 tháng trước cách đây | |
| package.json | 5 tháng trước cách đây | |
| shoprenter.docs.html | 5 tháng trước cách đây | |
| update-remaining-functions.sh | 5 tháng trước cách đây | |
| update_error_handlers.py | 5 tháng trước cách đây |
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.