Minecraft Note Block Studio as a website.
nbsplayer is a Vue app using vue-cli. The entry point is src/main.js.
git clone https://github.com/GarboMuffin/nbsplayer
# Install dependencies
npm install
# Starts a development server with live reloads and debugging features enabled.
npm run serve
# Creates a minimized build for production. You generally do not need to do this -- the source is automatically compiled and deployed when a commit is made to master.
npm run build