This repository contains the Logon API and mobile app in one GitHub-ready monorepo.
api- NestJS backend managed with pnpm.mobile- Expo mobile app managed with npm.web- Reserved for a future web app.
Install each app's dependencies from the repo root:
npm run install:api
npm run install:mobilenpm run dev:api
npm run dev:mobile
npm run build:api
npm run lint:api
npm run lint:mobile
npm run test:apigit add .
git commit -m "Set up monorepo"
git remote add origin <your-github-repo-url>
git push -u origin master