- Flutter [version] or newer
- Python [version] or newer
clientdirectory로 이동- Run
flutter pub get을 통해 dependencies를 설치 - Run
flutter run을 통해 개발자 모드로 flutter app을 실행
serverdirectory로 이동- Dependencies 설치:
conda env create --file environment.yaml. - Flask app 실행:
flask run.
Please read our contributing guidelines for more information on how to get involved.
This project is licensed under the MIT License.
Seungjae Lim ([email protected])