This is the repo for tsdk quick start tutorial.
First, install dependencies:
Recommend use
pnpm
pnpm install
pnpm run readyThen, sync fe-sdk packakge files:
pnpm --filter=server sync-sdkRun the backend development server:
pnpm --filter=server devRun the Next.js development server:
pnpm --filter=next-app devOpen http://localhost:3000 with your browser to see the result.
Run expo (React Native):
pnpm --filter=expo-app start