This file contains the basic setup and run commands for the server and interface projects.
cd server
bun install
Copy-Item .env.example .envcd interface
npm installcd interface
npm run pod-installcd server
bun run devcd server
bun run start:buncd server
bun run startcurl.exe -s http://localhost:4000/api/healthcd interface
npm startcd interface
npm run androidcd interface
npm run iosOpen separate terminals:
cd server
bun run devcd interface
npm startcd interface
npm run androidcd interface
npm run lint
npm testcd interface
npm run clean