NodeMC is a Minecraft hosting solution, and API provider, written in Node.js and powered by open-source software
-
docker-compose (usually included with Docker)
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.
Jared Allard | Mathew Da Costa |
Contributions from other developers are welcome, check out CONTRIBUTING.md before you submit a pull request.
Various OSS modules are used in this project, please check package.json
for the extended list of them.
MIT