From 48888fe62207017aaa7fdf55ed87fad0d7bd0d3d Mon Sep 17 00:00:00 2001 From: Alec Date: Mon, 4 Mar 2024 20:40:42 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 74a8297..42e0886 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ If you have Docker Desktop installed, running `docker compose up` will spin up, web servers and one redis server for them to connect to. The app can then be accessed at `localhost:5000` or `localhost:5001`. Otherwise, read below for setup that does not use Docker. +![image](https://github.com/AlecM33/Werewolf/assets/24642328/36161f89-20a4-4236-ad24-e395985d48c3) + #### Without Docker The entrypoint for the application is `index.js` at the root.