Skip to content
/ ambo Public

Digital bingo game made with Nuxt, NuxtUI and NuxtHub!

Notifications You must be signed in to change notification settings

zAlweNy26/ambo

Repository files navigation

Ambo!

Digital bingo game, for when you don't feel like carrying the box!

To-Dos

  • Add terms and conditions translation
  • Add support for other languages
  • Add support for other bingo types (sinco, zubbio, etc...)

Setup

Make sure to install the dependencies:

bun install

Development Server

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

bun run dev

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

Check out the deployment documentation for more information.