Skip to content

Latest commit

 

History

History
 
 

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ragin' Mages Game Server

This is the server-side project for the game.

Installing

This project requires Node.js and npm.

It is recommended that you use Yarn to install and manage dependencies:

yarn install

Running

First, build the project.

yarn build

Then, run the server.

yarn start