Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.33 KB

modern_turkmen

Modern Turkmen is an app for learning Turkmen language.

iOS Android
Download on the App Store Get it on Google Play

Getting Started Development

This project is developed using Flutter. If you don't have Flutter install it

Then clone the repository:

$ git clone https://github.com/vlad0209/modern_turkmen.git

$ cd modern_turkmen

Install the Firebase CLI and log in (run firebase login).

Install and run the FlutterFire CLI:

$ dart pub global activate flutterfire_cli

$ flutterfire configure

Create a new Firebase project or select an existing one.

Install dependencies:

$ flutter pub get

To setup back-end and admin panel see modern_turkmen_admin.