Skip to content

Commit

Permalink
completed beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfhsn committed Sep 30, 2024
1 parent 75d5fe6 commit 56a6756
Show file tree
Hide file tree
Showing 9 changed files with 465 additions and 192 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Speed Bingo Web Game

### Install packages
```
npm init -y
npm install express socket.io
```

---

### Start the server
```
node server.js
```
158 changes: 158 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.21.0",
"socket.io": "^4.8.0"
}
Expand Down
Loading

0 comments on commit 56a6756

Please sign in to comment.