Skip to content

staticxterm/wiki

This branch is 466 commits behind openmultiplayer/wiki:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
prettifier[bot]
Oct 13, 2020
678a6b0 · Oct 13, 2020
Oct 12, 2020
Oct 13, 2020
Oct 11, 2020
Oct 9, 2020
May 5, 2020
Oct 10, 2020
Oct 4, 2020
Oct 9, 2020
Oct 12, 2020
Oct 12, 2020
Oct 9, 2020
Oct 10, 2020
Oct 9, 2020
Oct 10, 2020

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

No packages published

Languages

  • JavaScript 66.4%
  • CSS 21.9%
  • Go 7.7%
  • HTML 4.0%