Using Nuxt 3 And Vuetify as UI library.
Make sure to install the dependencies:
package manager: bun
# bun
bun installStart the development server on http://localhost:3333:
# bun
bun run devBuild the application for production:
# bun
bun run buildLocally preview production build:
# bun
bun run previewCheck out the deployment documentation for more information.