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
- Install bun using Homebrew (
brew tap oven-sh/bunandbrew install bun) or a script (curl -fsSL https://bun.sh/install | bash) - cd into
frontendand runbun install - Run
bunx expo start - Install the Expo Go mobile app from the App Store (or whatever store your OS has)
- Scan the QR code in the terminal to view the app
- Run
cd .. - Run
python3 -m venv venv - Run
source venv/bin/activate - Run
pip install -r requirements.txt - Run
pre-commit install