https://github.com/mp-voice-button/hibiki-voice-button
小響按鈕
https://github.com/mp-voice-button/hibiki-voice-button
vtuber vtuber-button vtuber-noises
Last synced: 6 months ago
JSON representation
小響按鈕
- Host: GitHub
- URL: https://github.com/mp-voice-button/hibiki-voice-button
- Owner: MP-Voice-Button
- Created: 2025-03-12T01:55:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T08:41:26.000Z (over 1 year ago)
- Last Synced: 2025-03-22T09:26:57.017Z (over 1 year ago)
- Topics: vtuber, vtuber-button, vtuber-noises
- Language: Vue
- Homepage: https://hibiki-button.konnokai.me/
- Size: 68.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple soundboard web app template
Using [Nuxt 3](https://nuxt.com/docs/getting-started/introduction) And [Vuetify](https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides) as UI library.
## Setup
Make sure to install the dependencies:
package manager: [bun](https://bun.sh/)
```bash
# bun
bun install
```
## Development Server
Start the development server on `http://localhost:3333`:
```bash
# bun
bun run dev
```
## Production
Build the application for production:
```bash
# bun
bun run build
```
Locally preview production build:
```bash
# bun
bun run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.