Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 392 Bytes

File metadata and controls

30 lines (21 loc) · 392 Bytes

Launch Bay Next platform

This repo holds all of LBN, both server, website and app It utilizes Bun for dependency management and builds

To install dependencies:

bun install

To run app:

cd apps/app
bun expo start

To run directly:

cd apps/app
bun expo run:ios / bun expo run:android

To run web/server:

bun run dev:web