Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 562 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 562 Bytes

gaming-cms Build Status

A CMS for game servers made in Node.js

Running Locally

Make sure you have Node.js >= 10.11.0 and MongoDB installed.

git clone https://github.com/BEW-Projects/gaming-cms.git
cd gaming-cms
npm install
npm start  #needed for babel compiler to work

The app should now be running on localhost:3000.Make sure MongoDB is installed and MongoDB Daemon is running.