Skip to content
Snippets Groups Projects
Anton Danilov's avatar
Anton Danilov authored
26f3f899
History

Tablexia logo


Tablexia is a modern educational application aiming to support the development of cognitive abilities. It is designed primarily for children with dyslexia in secondary schools. It should find its use in schools to supplement the standard teaching, as well as in pedagogical-psychological counseling offices and other counseling facilities for pupils with learning difficulties.

Build

Tablexia can be build by running the command:

./gradlew build

This will build all versions of application (Android, iOS, desktop). It will work only on OS X systems, as iOS application can be build only there.

For building specific version of application, run following commands:


Android version

./gradlew android:build


iOS version

./gradlew ios:build


Desktop version

./gradlew desktop:build