mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-01 08:41:29 +00:00
17 lines
355 B
Markdown
17 lines
355 B
Markdown
# Building EQEmu Web Interface Reference Implementation
|
|
|
|
## Required Software
|
|
- [NodeJS](https://nodejs.org)
|
|
|
|
## Install
|
|
|
|
First: Make sure you have required software installed.
|
|
|
|
Install 3rd Party Libraries first with the following command:
|
|
npm install
|
|
|
|
|
|
## Run
|
|
|
|
Run with either your favorite NodeJS process manager or with the following command:
|
|
node . |