Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
/ nbsplayer Public archive

It's like Note Block Studio, but as a website.

License

Notifications You must be signed in to change notification settings

GarboMuffin/nbsplayer

Repository files navigation

nbsplayer

Minecraft Note Block Studio as a website.

nbsplayer is a Vue app using vue-cli. The entry point is src/main.js.

Project Setup

Cloning

git clone https://github.com/GarboMuffin/nbsplayer

Installing dependencies

# Install dependencies
npm install

Compile for development

# Starts a development server with live reloads and debugging features enabled.
npm run serve

Compile for production

# 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