Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bruh-9000 authored Mar 11, 2024
1 parent 70ef87b commit 38c90cc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# moddBlockly

Blockly implementation for moddScript.

# How to use

## Installation

Make sure you have nodeJS installed along with git.

Run the following commands in Command Prompt in the location you want to copy this repository in:

```
git clone https://github.com/bruh-9000/moddBlockly
cd moddBlockly\hello-world
npm start
```

## Usage

You will now be able to drag around blocks and create moddScript. In Modd.io version 2.1.6 and above, you can go into Inline View and paste the created code to use it.

Alternatively, in versions below 2.1.6, you can go to [this link](https://moddio.github.io/script-editor/iframe.html?id=textscripteditormultiline--editor&viewMode=story) and paste your created code on the right side of the screen. Then, copy the code outputted on the left side. In Modd.io, go to JSON view and paste this code.

0 comments on commit 38c90cc

Please sign in to comment.