https://github.com/open-llm-vtuber/open-llm-vtuber-web
The Web/Electron frontend for Open-LLM-VTuber Project
https://github.com/open-llm-vtuber/open-llm-vtuber-web
Last synced: 11 months ago
JSON representation
The Web/Electron frontend for Open-LLM-VTuber Project
- Host: GitHub
- URL: https://github.com/open-llm-vtuber/open-llm-vtuber-web
- Owner: Open-LLM-VTuber
- Created: 2024-12-13T16:09:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T18:26:19.000Z (about 1 year ago)
- Last Synced: 2025-06-11T22:48:17.389Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://open-llm-vtuber.github.io/docs/user-guide/frontend/
- Size: 31.3 MB
- Stars: 61
- Watchers: 3
- Forks: 40
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# open-llm-vtuber-electron
An Electron application with React and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```