Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.3 KB

Stonecutter

A text editor for creating Minecraft datapacks.

Roadmap

Quick Start

Requirements

Run the App

# 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