Getting Started¶
Prerequisites¶
- Flutter (2.10.0 or higher)
- Dart (2.16.0 or higher)
- Android Studio / VS Code
- iOS simulator / Android emulator
Installation¶
# Clone the repository
git clone https://github.com/nokken-io/nokkenapp.git
# Navigate to project directory
cd nokken
# Install dependencies
flutter pub get
# Run the app
flutter run