Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jenslys/ohnepixel-servers

Ohnepixel's CS2 Skin Servers and automatically selects the server with the least amount of players.
https://github.com/jenslys/ohnepixel-servers

counter-strike-2 nodejs reactjs steam-api

Last synced: 3 days ago
JSON representation

Ohnepixel's CS2 Skin Servers and automatically selects the server with the least amount of players.

Awesome Lists containing this project

README

        

# Ohnepixel Skin Servers

Application that shows all of Ohnepixel's CS2 Skin Servers and automatically selects the server with the least amount of players.

## Installation (Backend)

- npm install
- cp .env.example .env
- fil out .env

## Installation (Frontend)

- cd client
- npm install
- cp .env.example .env
- fil out .env

# Start frontend and backend

- npm run start-both