Self hosting the BancoLibre Frontend
GitHub Repository here (opens in a new tab)
Running locally for development
BancoLibre consists of 2 services: frontend and backend. This page will explain how to run the frontend by yourself.
Prerequisists
- NodeJS (
v20.11.1
) - npm
Getting started
git clone https://github.com/AmbossTech/amboss-banco.git
cd amboss-banco
npm install
to install needed dependenciescp .env.example .env.local
yarn dev
ornpm run dev
- app runs on
localhost:3000
Build for production
This is a Next.js (opens in a new tab) application which can be easily deployed using a hosting provider like Vercel (opens in a new tab) or on your own server.