Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-llm-vtuber/open-llm-vtuber-web
https://github.com/open-llm-vtuber/open-llm-vtuber-web
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-llm-vtuber/open-llm-vtuber-web
- Owner: Open-LLM-VTuber
- Created: 2024-12-13T16:09:30.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T16:40:28.000Z (27 days ago)
- Last Synced: 2025-01-11T00:37:09.070Z (26 days ago)
- Language: TypeScript
- Size: 31.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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
```