https://github.com/fulgurcode/farm-direct-mobile
Farm Direct is an online marketplace connecting farmers and customers. Farmers can sell fresh, organic produce directly, while customers enjoy easy access to high-quality, locally-sourced goods. Supporting sustainability and transparency, Farm Direct empowers farmers and promotes healthy, eco-conscious living.
https://github.com/fulgurcode/farm-direct-mobile
Last synced: about 2 months ago
JSON representation
Farm Direct is an online marketplace connecting farmers and customers. Farmers can sell fresh, organic produce directly, while customers enjoy easy access to high-quality, locally-sourced goods. Supporting sustainability and transparency, Farm Direct empowers farmers and promotes healthy, eco-conscious living.
- Host: GitHub
- URL: https://github.com/fulgurcode/farm-direct-mobile
- Owner: FulgurCode
- License: gpl-3.0
- Created: 2024-12-12T16:10:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T16:33:56.000Z (6 months ago)
- Last Synced: 2025-02-20T06:38:48.548Z (3 months ago)
- Language: TypeScript
- Size: 334 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Farm Direct
Farm Direct is an online marketplace connecting farmers and customers. Farmers can sell fresh, organic produce directly, while customers enjoy easy access to high-quality, locally-sourced goods. Supporting sustainability and transparency, Farm Direct empowers farmers and promotes healthy, eco-conscious living.
## Features
- **Fresh Produce**: Vegetables, fruits, dairy, and more.
- **Transparent Sourcing**: Know where your food comes from.
- **Easy Shopping**: User-friendly interface for smooth browsing and checkout.## Technologies
- React
- Capacitor
- Ionic## How to Run Locally
1. Clone this repository:
```bash
git clone https://github.com/FulgurCode/farm-direct-mobile.git
```
2. Install dependencies
```bash
npm install -g @ionic/cli @capacitor/cli
npm i
```
3. Build and Runto run in android
```bash
ionic build
npx cap sync
npx cap open android
```
for live reload in android
```bash
ionic cap run android --livereload --external
```
to run in browser
```bash
ionic serve
```