# AKA-00 **Repository Path**: limingth/AKA-00 ## Basic Information - **Project Name**: AKA-00 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: dev-issue28 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-04 - **Last Updated**: 2026-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AKA-00 阿卡0号开源机器人 # how to run ## env ``` $ export FLASK_DEBUG=1 ``` ## backend ``` $ python3.11 main.py 🚀 Starting AKA-00 application... ================================================== HTTP Server starting... URL: http://0.0.0.0:80 Debug mode: ON ================================================== * Serving Flask app 'app' * Debug mode: on WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:80 * Running on http://192.168.0.174:80 Press CTRL+C to quit * Restarting with stat 🚀 Starting AKA-00 application... ================================================== HTTP Server starting... URL: http://0.0.0.0:80 Debug mode: ON ================================================== * Debugger is active! * Debugger PIN: 878-064-643 ``` ## frontend ``` $ npm run dev > frontend@0.0.0 dev > vite VITE v8.0.0-beta.16 ready in 11614 ms ➜ Local: http://localhost:5173/ ➜ Network: use --host to expose ➜ press h + enter to show help ```