The innovative and efficient way to market your farm products.
Learn more »
Website
·
Discord
·
Issues
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.
This repository contains the Frontend development workflow for CubeSeed.
- Next JS
- Typescript
- Tailwind CSS
- Saas
- React Query
- Context API
- Farmer motion or Gsap for animation
- Node JS
- Express JS
Here is what you need to be able to run Cubeseed.
- Node.js (Version: >=18.x)
- npm (recommended)
-
Open your terminal (or command prompt) and
Clone
the repository by clicking on theCode
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)
-
Navigate to the project's root directory where the
package.json
andpackage-lock.json
files are located.cd Frontend/cubeseed_login
-
Install the project dependencies
npm install
-
Run the development server
npm run dev
# or
yarn dev
# or
pnpm dev
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.