37 lines
494 B
Markdown
37 lines
494 B
Markdown
# PENGER PARTY
|
|
|
|
Let's penger together
|
|
|
|

|
|
|
|
# Build
|
|
|
|
```console
|
|
npm i
|
|
./build.sh
|
|
```
|
|
|
|
Run `node reset-leaderboard.js` for reset the today section of the leaderboard, add this command to your cron tab to reset daily (optional).
|
|
|
|
# Play
|
|
|
|
Play at [penger.party](https://penger.party) or localy :
|
|
|
|
```console
|
|
npm run start
|
|
```
|
|
|
|
or
|
|
|
|
```console
|
|
node server.js
|
|
```
|
|
|
|
or
|
|
|
|
```console
|
|
docker-compose up -d
|
|
```
|
|
|
|
then go to [http://localhost:6969](http://localhost:6969)
|