/nuxt-photo-booth

Photobooth SPA build with Nuxt & Tailwind

Primary LanguageVue

Nuxt 3 Photo booth

Exploring the native MediaDevices web APIs for integration within Nuxt, checkout the live demo here

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build