nodejs webtool for converting images to Minecraft map items.
Other code/libraries used: jquery, bootstrap, Colour.js, cookies.js, node-nbt, archiver, babel, lazystream, moment, node-static, winston
- Get and install nodejs
- Download the files from this repository
- Use
npm install
to get the dependencies - Optional: Run the tests with
npm test
- Run the build process with
npm run build
- Optional: Copy
public/
,lib/
andpackage.json
to your server machine and runnpm install --production
there - Start the server with
npm start
If you don't need your own server, you can just use my instance at http://mc-map.djfun.de.
mc-map-item-tool is licensed under the MIT license.
Run client and server tests with
npm test