This repo holds all of LBN, both server, website and app It utilizes Bun for dependency management and builds
To install dependencies:
bun installTo run app:
cd apps/app
bun expo startTo run directly:
cd apps/app
bun expo run:ios / bun expo run:androidTo run web/server:
bun run dev:web