Skip to content

nikitattt/builder-protocol-mobile-app

Repository files navigation

Nouns Builder Mobile App monorepo

This is Nouns Builder mobile app monorepo. You can find Nouns Builder app on:

Apps and packages in this repository include

apps

  • backend: backend for data aggregation and conversion
  • mobileapp: react-native app
  • website: marketing website for the app

Quickstart

Get up and running

  1. Clone this repo locally
  2. Install pnpm
  3. Install dependencies across all apps and packages
pnpm i
  1. After installing the packages, follow README for the each app to learn more on how to run them.

Formatting

To format:

pnpm run format