Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 617 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 617 Bytes

PointBlank Server V41

Server PointBlank Turkey V41 Based on Node.js (ON WIP)

Configuration

Open the folder:

data\file\config

You can change any settings you want. For example, the default database name is nodepb, but you can change it to postgres or any other name you prefer.

Installation

Make sure you have the latest Node.js version, at least v18.20.4.

Install dependency used with npm

  npm install

Build the project with TypeScript

  tsc

Run the server

  node ./dist/server.js

Authors