Monorepo for the Bookmarks app.
apps/mobile: Expo React Native appapps/backend: Node backend foundationapps/cli: Shared CLI foundation
-
Install dependencies:
npm install
-
Create mobile env file from template:
cp apps/mobile/.env.example apps/mobile/.env
-
Open
apps/mobile/.envand set at least:EXPO_PUBLIC_GOOGLE_PLACES_API_KEY=<your-google-places-api-key> JAVA_HOME=/usr/lib/jvm/java-17-openjdk
-
Start the app:
npm start
apps/mobile/.env.example: primary mobile runtime template (copy toapps/mobile/.env).env.example: workspace-level reference template
For full Android setup (SDK, ADB, maps key, e2e), see building.md.