csdodd / lichess-mobile

Lichess mobile app v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lichess Mobile

Second iteration of the Lichess mobile app.

How to contribute

The project is still in early stage of development. Drastic changes may still happen, including project structure.

If you want to contribute, please read the contributing guide.

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.

Local lila

You will need a local lila (lichess server scala app) instance to work on this project. You will also need to setup lila-ws (websocket server).

Instructions to install both are found in the lila wiki.

The mobile application is configured by default to target http://127.0.0.1:9663 and ws://127.0.0.1:9664, so keep these when installing lila.

Run

First run the code generator:

dart run build_runner watch

Then use flutter run:

flutter run

Read the wiki for more information.

Internationalisation

Don't edit the app_en.arb file by hand, this file is generated. More information here.

About

Lichess mobile app v2

License:GNU General Public License v3.0


Languages

Language:Dart 98.2%Language:JavaScript 1.1%Language:Ruby 0.5%Language:Java 0.1%Language:Swift 0.0%Language:Kotlin 0.0%Language:Objective-C 0.0%