Website used for the cs2-WeaponPaints plugin
- Download latest release
- In
src/copyconfig.example.jsontoconfig.jsonand fill it:
{
"name": "Title of your website",
"lang": "en",
"DB": {
"DB_HOST": "host",
"DB_USER": "username",
"DB_PASS": "password",
"DB_DB": "table"
},
"HOST": "example.com or localhost/127.0.0.1",
"SUBDIR": "/skinsExample/ or just /",
"PORT": 27275,
"STEAMAPIKEY": "Your Steam Web API Key",
"connect": {
"show": true,
"url": "steam://connect/[IP:PORT]?appid=730/[Server password if needed]"
}
}-
Supported languages
ru, en, pt-BR -
And then
If Windows:
npm i
npm run startIf Linux:
npm i
npm run startLinux