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

https://github.com/3urobeat/bingo

🎮 Play Meme Bingo with your friends from any browser! A webgame made using Nuxt & Vue.js.
https://github.com/3urobeat/bingo

bingo bingo-game browser-game game nuxt nuxtjs vue vuejs webgame

Last synced: 3 months ago
JSON representation

🎮 Play Meme Bingo with your friends from any browser! A webgame made using Nuxt & Vue.js.

Awesome Lists containing this project

README

          

# bingo
Play Bingo with your friends from any browser!
A webgame made using Nuxt & Vue.js.

 

A proper README will follow soon.

 

## Run locally
Clone the repository and open the new folder using
`git clone https://github.com/3urobeat/bingo && cd bingo`

Then, install dependencies and compile the project using
`npm install && npm run build`

You can now start the webserver with the command
`npm run start`

The webserver is now running and can be visited in your browser at http://localhost:3000.