Score management and arrangement app for our Banda Animada de Samba group – tailored for Samba ensembles.
Originally based on BananaDrum.
- Base API URL: Configure the backend base path used in development.
- Create a
.env.local(preferred) or edit.envand setVITE_BASE_URL. - Example:
VITE_BASE_URL="http://samba.<your-domain>.net" - This value is read by the app via
import.meta.env.VITE_BASE_URLwhen running onlocalhostor127.0.0.1. - In production builds, the app uses the same origin as the served app (empty base).
- Create a