Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 677 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 677 Bytes

Homey

Installation

Prerequisites

  • Flutter [version] or newer
  • Python [version] or newer

Frontend

  1. client directory로 이동
  2. Run flutter pub get을 통해 dependencies를 설치
  3. Run flutter run을 통해 개발자 모드로 flutter app을 실행

Backend

  1. server directory로 이동
  2. Dependencies 설치: conda env create --file environment.yaml.
  3. Flask app 실행: flask run.

Contributing

Please read our contributing guidelines for more information on how to get involved.

License

This project is licensed under the MIT License.

Contact

Seungjae Lim (seungjaelim@kaist.ac.kr)