Skip to content

MP-Voice-Button/Hibiki-Voice-Button

Repository files navigation

Simple soundboard web app template

Using Nuxt 3 And Vuetify as UI library.

Setup

Make sure to install the dependencies:

package manager: bun

# bun
bun install

Development Server

Start the development server on http://localhost:3333:

# bun
bun run dev

Production

Build the application for production:

# bun
bun run build

Locally preview production build:

# bun
bun run preview

Check out the deployment documentation for more information.

Contributors