BoothAssistant
BoothAssistant is a development support tool built with TypeScript. It primarily provides features to help developers work more efficiently. Through code completion, error checking, and debugging support, it streamlines the development process.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
27
Forks
0
Issues
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.