This is a clone of the Threads app — think minimalist social vibes with power features.
-
Clone the repository
git clone https://github.com/Bishwash-007/breads.git cd breads -
Install dependencies
npm install
-
Set Up Environment Variables
.envCONVEX_DEPLOYMENT= EXPO_PUBLIC_CONVEX_URL= EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY= EXPO_PUBLIC_SENTRY_DSN= SENTRY_AUTH_TOKEN=
-
Start the Convex server
npx convex dev
-
Start the app
npx expo start # or npm start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
