Play the card game Chicago with friends
Running the tasks in separate terminal tabs is recommended
# tab 1 (rebuilds server on source change)
task server.build
# tab 2 (reboots server on build change)
task server.run
# tab 3 (frontend app)
task client.run
See taskfile.yml for more info