BoothAssistant
BoothAssistantは、TypeScriptで構築された開発支援ツールです。主に開発者が効率的に作業を進めるための機能を提供します。コードの補完やエラーチェック、デバッグ支援などを通じて、開発プロセスをスムーズにします。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
26
フォーク
0
イシュー
2
README
BoothAssistantApp
- OpenAI API + ゆめみオープンハンドブック MCP を利用したアプリ
- カンファレンスのブースなどにおけるAIアシスタントを想定しています
https://github.com/user-attachments/assets/0b63bb2c-c2ef-487a-b1a7-6c1be8e41bac
Get started
Add
.env.local
with your OpenAI API Key- It does not commit
.env.local
, excludes by gitignore.
OPENAI_API_KEY=sk-...
- It does not commit
Install dependencies
yarn install
Start the app
yarn expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.