Minecraft client written in CoffeeScript!
#Cloning and installing
git clone https://github.com/michaljaz/web-minecraft
cd web-minecraft
npm i
#Coffeescript transpilation
npm run coffee
#Start node websocket bridge server
npm start
#Development server
npm run dev
#Production build
npm run clean
npm run build
#Developer tools
npm run prebuild




