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

https://github.com/zalweny26/ambo

Digital bingo game made with Nuxt, NuxtUI and NuxtHub!
https://github.com/zalweny26/ambo

nuxt nuxthub typescript vue

Last synced: 4 months ago
JSON representation

Digital bingo game made with Nuxt, NuxtUI and NuxtHub!

Awesome Lists containing this project

README

        

# Ambo!

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

![Score](./pagespeed.svg)

## To-Dos

- [ ] Add translations into other languages
- [ ] Add support for other bingo types (sinco, zubbio, etc...)

## Setup

Make sure to install the dependencies:

```bash
bun install
```

## Development Server

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

```bash
bun run dev
```

## Production

Build the application for production:

```bash
bun run build
```

Locally preview production build:

```bash
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.