Update readme.md

This commit is contained in:
shobhit-pathak 2023-10-12 13:37:37 +05:30 committed by GitHub
parent 50a7c545a8
commit bf3ec5af79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,19 @@
A simple web panel to control CS2 servers via RCON A simple web panel to control CS2 servers via RCON
## Usage ## Usage (Without Docker)
- Install NodeJS 18.0 or higher - Install NodeJS 18.0 or higher
- Run `npm install` in the root project folder - Run `npm install` in the root project folder
- Run `npm install -g nodemon` to install nodemon - Run `npm install -g nodemon` to install nodemon
- Run `nodemon app.js` in the root project folder - Run `nodemon app.js` in the root project folder
- Default login credentials can be changed from db.js - 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 ## Abilities
- Setup Competitive/Wingman gamemodes - Setup Competitive/Wingman gamemodes