Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
/ CORE Public archive

Core of NodeMC, including stock dashboard and setup files.

License

Notifications You must be signed in to change notification settings

NodeMC/CORE

Repository files navigation

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