This commit is contained in:
Waylon S. Walker 2025-03-16 12:56:30 -05:00
commit 3410f98d7e
4 changed files with 1192 additions and 0 deletions

9
justfile Normal file
View file

@ -0,0 +1,9 @@
start-redis:
docker run -d --name redis -p 6379:6379 redis
start-server:
./server.py