Skip to content

djacicd/wiki

 
 

Repository files navigation

open.mp multiplayer game framework

Wiki | Discord

An upcoming multiplayer mod for Grand Theft Auto: San Andreas that will be fully backwards compatible with the existing multiplayer mod San Andreas Multiplayer.

open.mp


Development

Requirements:

  • Git
  • Node.js
  • npm

Setup

# clone the project
git clone https://github.com/openmultiplayer/wiki.git

# Move into the directory
cd wiki

# Install the dependencies
npm install

# Start the server
npm start

By default the development server will run on http://localhost:3000 but can be changed with the following command:

npm start -- --host=0.0.0.0 --port=1234

About

The open.mp API documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 70.0%
  • CSS 25.4%
  • HTML 4.6%