Skip to content
/ bingo Public

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

License

Notifications You must be signed in to change notification settings

3urobeat/bingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.