Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 522 Bytes

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.