SIYANTRANSIT EXPRESS - PROJECT SUMMARY
=====================================

DOWNLOAD INSTRUCTIONS:
1. Look for file: siyantransit_export_20250811_105705.tar.gz
2. Right-click and select "Download"
3. Extract on your computer and run: npm install

KEY PROJECT FILES:
- package.json (dependencies)
- client/ folder (React frontend)
- server/ folder (Express backend) 
- shared/ folder (common types)

SETUP ON YOUR COMPUTER:
1. Install Node.js (v20+)
2. Extract downloaded files
3. Run: npm install
4. Set DATABASE_URL environment variable
5. Run: npm run db:push
6. Run: npm run dev

FEATURES INCLUDED:
✓ Complete logistics website
✓ Quotation request system
✓ Contact form management
✓ PostgreSQL database integration
✓ Professional design
✓ Mobile responsive

TECH STACK:
- Frontend: React 18, Vite, Tailwind CSS
- Backend: Express.js, TypeScript
- Database: PostgreSQL with Drizzle ORM
- UI: shadcn/ui components

Need help? The exported folder contains a complete README.md with detailed instructions.