readme modified

This commit is contained in:
yashwin-foxy 2025-08-26 19:12:05 +05:30
parent df2c6a234e
commit 76f86adc25

View File

@ -530,23 +530,10 @@ cd android
```bash
# Open Xcode project
cd ios
open NeoScan_Physician.xcworkspace
open NeoScan_Radiologist.xcworkspace
# Archive and distribute through Xcode
```
### **Environment Configuration**
```bash
# Development
npm run start:dev
# Staging
npm run start:staging
# Production
npm run start:prod
```
---