Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 436 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 436 Bytes

Leela

Leela is an open-source MMO game

Get Started

Prerequisites

  • Node v14.x

Installing

Make sure you have npm updated:

npm install -g npm@latest

Install npm packages:

npm install

Running

To run live development builds, use:

npm run dev

To run production builds, use:

npm run build

Then, to run each production build, use:

npm start