Why take screenshots of your worthless stats when you can show them off on a silly web site?
wget https://raw.githubusercontent.com/antigravities/cookieboards/master/docker-compose.yml
$EDITOR docker-compose.yml
docker-compose up -dor
git clone git@github.com:antigravities/cookieboards.git
touch cookie.json
cd cookieboards
npm i
HOST=cookie.your.domain PORT=5000 PASSWORD=yourpassword npm startAssuming that you wanted to start the server on https://localhost:5000:
git clone git@github.com:antigravities/cookieboards.git
cd cookieboards
touch cookie.json
npm i
PASSWORD=yourpassword npm startI generally won't decline reasonable contributions, but please ensure that you mark commits intended to be merged into this project with a Developer Certificate of Origin (Signed-off-by) header, or a similar attestation in your pull request's body.
© 2021 Alexandra Frock
formatEveryThirdPower, abbreviateNumber based on code from Frozen Cookies.