levante-platform integrates firebase-functions and levante-dashboard into a single repository.
npm install
git submodule update --init --recursive
npm run build:firebase-functions
npm run dev
Keep the server running, and in another terminal window, run:
npm run emulator:seed
Clean ports used by local services:
npm run clean:ports
Schema docs and integrity checks:
scripts/README.md
/apps
/client
/levante-dashboard
/server
/levante-firebase-functions
/functions
/levante-admin
levante-dashboard: https://localhost:5173/
levante-firebase-functions: http://127.0.0.1:4001/