A text editor for creating Minecraft datapacks.
# Clone the repository
$ git clone https://github.com/3174N/stonecutter-electron
$ cd stonecutter-electron
# Install dependencies
$ npm install
# Build the app
$ npm run dist
# Open your app
$ open dist/Stonecutter-0.1.0.dmg # on macOS
$ dist/Stonecutter-0.1.0.AppImage # on Linux
$ "dist/Stonecutter Setup 0.1.0.exe" # on Windows