Banking for the Unbanked.
This is the frontend of the BancoLibre tech stack which can be self-hosted.
git clonethe repocdinto the directory- install packages with
pnpm install(using nodev20.11.1) cp .env.example .env.local(and setup env variables)yarn devorpnpm run dev- app opens on
localhost:3000
This is a Next.js application which can be easily deployed using a hosting provider like Vercel or on your own server.