# Clone the projct
git clone https://github.com/empitrix/ekko
# Move to 'ekko'
cd ./ekko
# Create a 'flutter' project
flutter create .
# Update the project
flutter pub get
Run the project by given platform
:
flutter run -d <PLATFORM>
- Linux
- Windows
- Android