Mobile App (Expo)
Mobile App (Expo)
The mobile application is built with Expo and Expo Router. Follow these steps to get it running locally.
Installation
pnpm install
Start the development server
Run one of the following commands from the repository root:
# iOS simulator
pnpm --filter native dev
# Android emulator
pnpm --filter native dev:android
When the Expo server starts you can press i
to open the iOS simulator or a
for Android. You can also scan the QR code with the Expo Go app. See the Expo documentation for more options.
Build the app
Generate a production build with:
pnpm --filter native build
✔ Bundled JavaScript written to dist
✔ Build complete, artifacts are in the dist/ directory