/xball-server

Primary LanguageTypeScript

Installation instructions

1 - Copy the .env.example file to .env and fill in the variables:

cp .env.example .env

2 - Install dependencies:

npm install

3 - Install nodemon globally:

npm install -g nodemon

4 - Run the application:

nodemon src/WebSocketServer.ts

Docker instructions

1 - Copy the .env.example file to .env and fill in the variables:

cp .env.example .env

2 - Run the application:

docker compose up