Installation
Installation of CS2-Web
Step by Step Guide how to install CS2-Web NextJs with Sharptimer support
Install all Requirements (Nodejs, NPM)
git clone
First clone the Github Project
git clone https://github.com/jke-cs/cs2-webInstall all the Nextjs dependencies
npm install --legacy-peer-depsDev Server
npm run devBuild server
npm run buildnpm run startRun Server with PM2
PM2 allows you to run the npm instance in the background
npm install pm2Start server with PM2
pm2 start cs2-webStop server with PM2
pm2 stop cs2-webLast updated