init
This commit is contained in:
commit
3410f98d7e
4 changed files with 1192 additions and 0 deletions
9
justfile
Normal file
9
justfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
start-redis:
|
||||
docker run -d --name redis -p 6379:6379 redis
|
||||
|
||||
start-server:
|
||||
./server.py
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue