this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

added local reset script

alice b379427f 40f8b1a2

+3
+3
reset-local.sh
··· 1 + #!/bin/bash 2 + valkey-cli flushall 3 + psql 'postgresql://localhost:5432/emojistats' -c 'truncate table posts; truncate table emojis;'