McME is a simple web based application which allow creating and editing JSON models for Blockbuster mod (1.3+). This web app is based on my prototype.
To build this application you need:
- Node JS and NPM (for running
bower
,minify
andbrowserify
commands) - PHP 5 (for bulding HTML template)
bower
,minify
andbrowserify
NPM packages (they should be installed globally)
Then you navigate to the root of the application, and run:
make build
File js/app.js
is going to be built, and then you can open index.html
file with
your favorite browser to run the app.
For minified JS file, you should run:
make minify
See Makefile
for more information about building process.
Chrome users will get a security error if index.html
was run from file://
.
Consider using a web server (like node-static
) or another browser.