wasm-test/README.md

37 lines
494 B
Markdown
Raw Permalink Normal View History

2024-11-18 15:59:28 +01:00
# PENGER PARTY
2024-10-14 21:57:04 +02:00
2024-11-18 15:59:28 +01:00
Let's penger together
2024-11-18 16:19:56 +01:00
2024-11-26 11:32:42 +01:00
![game screenshot](game-screenshot.png)
2024-11-18 16:19:56 +01:00
# Build
```console
npm i
./build.sh
```
2024-11-25 09:07:23 +01:00
Run `node reset-leaderboard.js` for reset the today section of the leaderboard, add this command to your cron tab to reset daily (optional).
2024-11-18 16:19:56 +01:00
# Play
2024-11-26 11:46:21 +01:00
Play at [penger.party](https://penger.party) or localy :
2024-11-18 16:19:56 +01:00
```console
2024-11-20 09:16:53 +01:00
npm run start
```
or
```console
node server.js
2024-11-18 16:19:56 +01:00
```
or
```console
docker-compose up -d
```
2024-11-18 16:23:18 +01:00
then go to [http://localhost:6969](http://localhost:6969)