Gothic 2 NPC designer based on three.js and bootstrap
Newest version: https://xardas49.github.io/g2npc_designer/
- Install browserify globally
sudo npm install -g browserify
- Install node.js modules
npm install
- Make changes to your project
- Run browserify and make sure
js/bundle.js
is commited
browserify index.js -o js/bundle.js