Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 2.11 KB

README.md

File metadata and controls

54 lines (45 loc) · 2.11 KB

Клиент для Chat-GPT на Flutter


Документация

Запуск приложения

Программы

Перед запуском проекта необходимо установить:

  • Choco (с помощью данной утилиты можно установить все остальные программы)
  • Make (необходимо для работы автоматизации команд)
  • Flutter (choco install flutter)
  • FVM (choco install fvm --version 2.4.2-dev0 -y)
  • Dart (choco install dart-sdk)
  • Git (choco install git.install)

Commands

После установки всех необходимых программ нужно выполнить следующие команды:

git clone https://github.com/p0dyakov/gpt_client.git
cd gpt_client
make init

или

git clone https://github.com/p0dyakov/gpt_client.git
cd gpt_client
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
flutter pub get --directory=./tool/makefile_documentation_generator
flutter pub get --directory=./tool/google_localizer
flutter pub get --directory=./tool/setup_clone
dart ./tool/makefile_documentation_generator/main.dart
flutter gen-l10n