Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from kindfi-org/kindfi

KindFi is an open-source Web3 crowdfunding platform built on Stellar. Featuring milestone-based escrows, transparent transactions, gamified engagement, and AI-driven tools. **Development Guide:** https://kindfis-organization.gitbook.io/development

Notifications You must be signed in to change notification settings

JoelVR17/kindfi

 
 

Repository files navigation

KindFi Monorepo

The KindFi monorepo apps and services are the following:

📣 Community

Join our open-source contributor community on Telegram:
https://t.me/+CWeVHOZb5no1NmQx

We collaborate, debug, and build together — whether you're a beginner or advanced dev, you're welcome here.

🚀 Quick Start

BEFORE ANYTHING ELSE

Mac/Linux Users: Follow the Taskfile.yml for the full list of commands to run the project in different areas. Each command has a description of what it does.

👀 To make Biome work with auto-formatting, make sure to have Biome as the default code formatter. You can find the configuration with the command CTRL + , or CMD + , for MacOS users and search for the vscode://settings/editor.defaultFormatter. This will read the monorepo Biome configuration. Make sure to have the Biome extension in your IDE before doing any installation.

  1. To install all dependencies, run the following command:
bun run init # bun install && bun husky:prepare

Biome and pre-commit hooks should be installed by now. Ready to run!

  1. To run:
# web app
cd apps/web
bun dev

# kyc-server
cd apps/kyc-server
bun dev

# ...

You can see the full list of commands in each of the package.json files in the apps and services directories.

About

KindFi is an open-source Web3 crowdfunding platform built on Stellar. Featuring milestone-based escrows, transparent transactions, gamified engagement, and AI-driven tools. **Development Guide:** https://kindfis-organization.gitbook.io/development

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.6%
  • Rust 9.8%
  • PLpgSQL 3.9%
  • JavaScript 1.0%
  • CSS 0.7%
  • Shell 0.0%