Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 384 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 384 Bytes

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