Skip to content

ukkari/musicblocks-electron

Repository files navigation

musicblocks-electron

This is a repository for the electron-based offline version of Music Blocks.

To Launch Locally

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository (--recursive is needed to pull the latest MB at the same time as a submodule)
git clone --recursive https://github.com/ukkari/musicblocks-electron
# Go into the repository
cd musicblocks-electron
# Install dependencies
yarn install
# Run the app
yarn start

To Make Builds

# Make Win/macOS/Linux builds
yarn dist

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

About

Electron-based Offline Version of Music Blocks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published