Skip to content
Snippets Groups Projects

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

Project is working with git submodule Tablexia-model. Before building the application, it needs to be called:

git submodule update --init --recursive


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