Banking for the Unbanked.
This is the frontend of the BancoLibre tech stack which can be self-hosted.
git clone
the repocd
into the directory- install packages with
npm install
(using nodev20.11.1
) cp .env.example .env.local
(and setup env variables)yarn dev
ornpm 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.