From bf3ec5af795f5212b09a411c10065325d3cd37cd Mon Sep 17 00:00:00 2001 From: shobhit-pathak <140690706+shobhit-pathak@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:37:37 +0530 Subject: [PATCH] Update readme.md --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9a236c4..19cb86f 100644 --- a/readme.md +++ b/readme.md @@ -2,13 +2,19 @@ A simple web panel to control CS2 servers via RCON -## Usage +## Usage (Without Docker) - Install NodeJS 18.0 or higher - Run `npm install` in the root project folder - Run `npm install -g nodemon` to install nodemon - Run `nodemon app.js` in the root project folder - Default login credentials can be changed from db.js +## Usage (Using Docker) +- Run `docker-compose build` to build the image +- Run `docker-compose up` to start the container +- Navigate to localhost:3000 to start using the panel +- Default login credentials can be changed from db.js + ## Abilities - Setup Competitive/Wingman gamemodes