Skip to content
Snippets Groups Projects
Commit 0efd78d1 authored by Anton Danilov's avatar Anton Danilov
Browse files

added spacing and formatting

parent 10425e9f
No related branches found
No related tags found
No related merge requests found
![alt tag](https://lh4.ggpht.com/k3Igm_0rXXbNmgnY0kdWel0NVyw1QxDghHqwYbwm4KsSXjUa_-slVenLDgaxTmF-LQ=w300)
# Tablexia
# <b>Tablexia</b>
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
## <b>Build</b>
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.
<br />
<br />
For building specific version of application, run following commands:
<br />
<b>Android version</b>
`./gradlew android:build`
<br />
<b>iOS version</b>
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:
`./gradlew ios:build`
`./gradlew android:build` for Android version.
<br />
<b>Desktop version</b>
`./gradlew desktop:build` for desktop version.
\ No newline at end of file
`./gradlew desktop:build`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment