An open API service indexing awesome lists of open source software.

https://github.com/mp-voice-button/998-voice-button

玖玖巴按鈕
https://github.com/mp-voice-button/998-voice-button

vtuber vtuber-button vtuber-noises

Last synced: 5 months ago
JSON representation

玖玖巴按鈕

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.