Skip to content

EdificeMC/EdificeREST

Repository files navigation

EdificeREST

REST API to provide functionality for Edifice

Running locally

  1. Install node.js v5.11.0 or later
  2. Run npm install
  3. Run npm start

Running in production

  1. NODE_ENV=production NODE_CONFIG_DIR=./EdificeREST/config pm2 start EdificeREST/app.js