Skip to content

Cubeseed/Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cubeseed agrocommerce

Cubeseed

The innovative and efficient way to market your farm products.
Learn more »

Website · Discord · Issues

Join Cubeseed Discord Github Stars Commits-per-month

About the Project

booking-screen

Seamless Agro-Marketing with Cubeseed: Connecting Farmers and Buyers

Cubeseed helps small farmers in Africa access quality inputs, markets, and finance using AI. Our tool helps farmers trade safely, quickly, and profitably. We want to fix the problem of inefficient and unsafe agricultural trading in Africa.

Cubeseed is a cutting-edge contract-driven marketplace fueled by AI, designed to facilitate seamless agro-trade and connect smallholder farmers to quality inputs, markets, and finance. With Cubeseed, farmers can trade securely, swiftly, and profitably, empowering them to achieve uninterrupted farm operations. Our ultimate goal is to enhance agricultural production significantly, addressing pressing issues such as food insecurity, unemployment, and high food costs.

With Cubeseed, connecting with processors, input producers, and service providers has been streamlined and made accessible like never before. Our revolutionary application harnesses the power of AI and a contract-driven marketplace to facilitate direct connections between farmers and these essential stakeholders.

Overview

This repository contains the Frontend development workflow for CubeSeed.

Tech Stack

Prerequisites

Here is what you need to be able to run Cubeseed.

  • Node.js (Version: >=18.x)
  • npm (recommended)

Local Development

  1. Open your terminal (or command prompt) and Clone the repository by clicking on the Code option on the top left of the repository.

    git clone https://github.com/Cubeseed/Frontend.git

    You can also fork (https://github.com/cubeseed/Frontend/fork)

  2. Navigate to the project's root directory where the package.json and package-lock.json files are located.

    cd Frontend/cubeseed_login

  3. Install the project dependencies

    npm install
  4. Run the development server

npm run dev
# or
yarn dev
# or
pnpm dev

Contributing

All new features, enhancement, bug fixes must be added as an issue before opening a PR. And make sure your PR information is well detailed.

Happy coding