mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
WebInterface reference implementation
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
# 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 .
|
||||
Reference in New Issue
Block a user