Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 336 Bytes

File metadata and controls

20 lines (13 loc) · 336 Bytes

microBlock IDE (Offline version)

Offline version of microBlock IDE

Using

# Clone project
git clone --recurse-submodules https://github.com/microBlock-IDE/microBlock-IDE-offline.git

# Install electron-rebuild
npm install --save-dev electron-rebuild

# Install the dependencies 
npm install

# Run program
npm start