Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 722 Bytes

File metadata and controls

18 lines (14 loc) · 722 Bytes

Karp Mobile App

This is the repository for all the frontend related to the Karp mobile app, specifically for the customer facing portal

We are using React Native

Setup Instructions

  1. Install bun using Homebrew (brew tap oven-sh/bun and brew install bun) or a script (curl -fsSL https://bun.sh/install | bash)
  2. cd into frontend and run bun install
  3. Run bunx expo start
  4. Install the Expo Go mobile app from the App Store (or whatever store your OS has)
  5. Scan the QR code in the terminal to view the app
  6. Run cd ..
  7. Run python3 -m venv venv
  8. Run source venv/bin/activate
  9. Run pip install -r requirements.txt
  10. Run pre-commit install