Front-end for Øl CS.
Accepts TCP connection from AMX Mod X mod, keeps track of scores, and hosts a website to display them and play sound effects.
- Install dependencies with
npm i
- Configure
.env
from.env-example
. - Copy certificates to
tls/cert.pem
andtls/key.pem
(or link provided self-signed localhost certs) - Build using
npm run build
- Run using
npm run start
(or executesrc/server.js
)