- Node v16.0.0
- TypeScript is transpiled into CJS via Rollup
- Latest open.mp release
- Get the project running locally (below)
- Run
omp-server.exe
untilTesting
isn't printed to the console
Clone the project
git clone https://github.com/SL-RP/samp-node-mvce
Go to the project directory
cd samp-node-mvce
Install dependencies
npm install
Add your database details to index.ts
Compile
npm run build
Start the server
run omp-server.exe