This repository contains two versions of the Bharat Rentals marketplace, designed to serve different user needs in the rural India ecosystem.
1. Web Version
Target Audience: Customers / End Users
- Tech Stack: HTML5, CSS3, JavaScript (Vanilla)
- Features:
- Mobile-first responsive design
- Service browsing and discovery
- Coverage map
- Educational content
- Accessible on any device with a browser
Target Audience: Hub Operators / Administrators
- Tech Stack: Rust, Tauri, SQLite, HTML/CSS/JS
- Features:
- Offline-first architecture
- Inventory management
- Order processing
- Local database sync
- Native system integration
Navigate to the web-version directory and open index.html in your browser.
Navigate to the tauri-version directory and follow the build instructions:
cd tauri-version
npm install
npm run tauri devPlease refer to the specific README files in each directory for detailed contribution guidelines.