A monorepo containing web and mobile applications.
npm install
# Start web app
npm run dev:web
# Start mobile app
npm run dev:mobile| Command | Description |
|---|---|
npm run dev:web |
Start Next.js dev server |
npm run dev:mobile |
Start Expo dev server |
npm run build:web |
Build web app for production |
npm run lint |
Lint all workspaces |
npm run typecheck |
Type check all packages |