mirror of
https://github.com/lichess-org/mobile.git
synced 2026-05-26 13:50:52 +00:00
c17a173e5672fab3209e2ba3f7e726bcd4931964
Lichess Mobile
Second iteration of the Lichess mobile app.
How to contribute
The project is still in early stage of development. Contributions are not yet open.
For more information, see: https://github.com/lichess-org/mobile/discussions/9
Setup
Follow the flutter guide to install flutter on your operating system.
This project is meant to run on iOS and Android, so you need to follow the "Platform setup" section of that guide to install the iOS and/or Android platform.
Note that this project is not meant to be run on web platform.
Run
First run the code generator:
flutter pub run build_runner watch
Then use flutter run:
flutter run
Languages
Dart
99.2%
Swift
0.5%