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!
- Host: GitHub
- URL: https://github.com/zalweny26/ambo
- Owner: zAlweNy26
- Created: 2022-12-31T16:14:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T22:35:41.000Z (4 months ago)
- Last Synced: 2025-02-14T03:17:25.386Z (4 months ago)
- Topics: nuxt, nuxthub, typescript, vue
- Language: Vue
- Homepage: https://ambo.nuxt.dev
- Size: 3.26 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ambo!
Digital bingo game, for when you don't feel like carrying the box!

## 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.