NodeMC / CORE

Core of NodeMC, including stock dashboard and setup files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Discord License

NodeMC is a Minecraft hosting solution, and API provider, written in Node.js and powered by open-source software

Helpful Links

Greenkeeper badge

Official Documentation

Official Website

Discord Support Server

Requirements

  • Docker

  • docker-compose (usually included with Docker)

Running

Running NodeMC is easy.

DO NOT RUN npm install, INSTEAD REBUILD CONTAINER.

docker-compose build is your friend.

git clone https://github.com/NodeMC/CORE.git NodeMC

cd NodeMC

cp config/config.example.js config/config.js

docker-compose up

Then navigate to http://localhost:3000 and go through the setup process.

Maintainers

Jared Allard Mathew Da Costa
Jared Allard Mathew Da Costa

Contributions from other developers are welcome, check out CONTRIBUTING.md before you submit a pull request.

Credits

Various OSS modules are used in this project, please check package.json for the extended list of them.

License

MIT

About

Core of NodeMC, including stock dashboard and setup files.

License:Other


Languages

Language:JavaScript 98.8%Language:Shell 1.2%