This is Nouns Builder mobile app monorepo. You can find Nouns Builder app on:
apps
backend
: backend for data aggregation and conversionmobileapp
: react-native appwebsite
: marketing website for the app
- Clone this repo locally
- Install pnpm
- Install dependencies across all apps and packages
pnpm i
- After installing the packages, follow README for the each app to learn more on how to run them.
To format:
pnpm run format