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.
- Host: GitHub
- URL: https://github.com/3urobeat/bingo
- Owner: 3urobeat
- License: gpl-3.0
- Created: 2023-07-27T10:38:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T20:06:07.000Z (10 months ago)
- Last Synced: 2025-03-18T21:22:43.647Z (10 months ago)
- Topics: bingo, bingo-game, browser-game, game, nuxt, nuxtjs, vue, vuejs, webgame
- Language: TypeScript
- Homepage:
- Size: 664 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.