A Cross-platform application for Design CT Protocol in Emergency Department
-
Windows & MacOS app: Download ⬇️
-
Web app: Coming Soon
-
Install Flutter
- Follow the official Flutter installation guide
- Verify installation:
flutter doctor
-
Clone the repository
git clone https://github.com/Lightbridge-KS/designcter.git cd designcter
-
Install dependencies
flutter pub get
# Run in development mode
flutter run
# Navigate to project directory
cd /path/to/designcter
# Build for specific platform
flutter build <target_platform>
Available target platforms: macos
, windows