From 70a67633de79c7762488ef4ceeebb377fc6f247b Mon Sep 17 00:00:00 2001 From: pedrocx486 Date: Mon, 27 Jan 2025 23:08:13 -0300 Subject: [PATCH] Update readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index c412a69..99cb6d1 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,6 @@ - ESLint - Prettier -# TODO -- Maybe add docker support. - # License MIT @@ -33,7 +30,7 @@ If you REALLY want to do this for some reason: - Clone the repo - Run `npm install` in both the client and server directories (you obviously need Node.js installed) - Run `npm start` in the client directory -- Run `npm start` in the server directory +- Run `npm start` in the server directory (you need both client and server running in different terminals, duh) - Have fun I guess? Also, you can change some small settings in the `.env` file in the server directory (like the port the server runs on).