- Flutter [version] or newer
- Python [version] or newer
client
directory로 이동- Run
flutter pub get
을 통해 dependencies를 설치 - Run
flutter run
을 통해 개발자 모드로 flutter app을 실행
server
directory로 이동- 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 (seungjaelim@kaist.ac.kr)