Skip to content

GenerateNU/karp-frontend-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published