ComputerScienceHouse/devin
컴퓨터 과학 하우스의 자판기에서 아이템을 주문할 수 있는 귀여운 작은 안드로이드 앱입니다!
- Stars
- 6
- Forks
- 1
- 최근 푸시(UTC)
- 2025. 10. 3.
- 프로젝트 상태
- 활성
언어KotlinRubyShell
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
Flask
A little app you can use to order items from the Computer Science House vending machines!
Flask Icon
In code, Flask is called devin to avoid confusion with the
web framework of the same name
Screenshots
Screenshot of Flask showing a list of available itemsInstalling Flask
You can get prebuilt versions of Flask from these places:
- Android
Building Flask
Building Flask is easy!
- Install Android development tools
- Clone the repo:
git clone https://github.com/ComputerScienceHouse/devin.git
cd devin
- Build Flask!
./gradlew bundleRelease