loms.server
v0.0.2
Published
A server for game LegendOfMountainSea
Downloads
18
Readme
LegendOfMountainSea-Server
A server for game LegendOfMountainSea
Installing
Install LOMS Development CLI
$ npm install loms-cli -g
Fork repository, create your branch from master and run NPM command-line inside project folder
$ cd LegendOfMountainSea-Server/
$ npm install
- Windows might get
node-gyp rebuild
error, open Powershell as admin and run
$ npm i -g --prodution --vs2015 --add-python-to-path windows-build-tools
Getting started
$ loms run-server
Requirement
Node.js version 10.0.0 or higher
Contributing
LegendOfMountainSea welcomes all contributions from anyone willing to work in good faith both with other contributors and with the community.
No contribution is too small and all contributions are valued. Contributing to LegendOfMountainSea-Server
License
GPL-2.0