-
Notifications
You must be signed in to change notification settings - Fork 0
How to start developing
Prasant Acharya edited this page May 1, 2020
·
2 revisions
We use Electron.js, TypeScript, and Blockly in order to build our app. And in order to interface with the engine, we also use Emscripten.
Go to your terminal and type
npm install electron -g
to install it globally. In order to run the electron app, you type in your terminal.
npm start
inorder to run it.
For most of our development currently, we use the web-based version of blockly. However, if we decide to try to do an offline version of our GUI, we will use the newest version of blockly downloaded from the blockly GitHub. https://github.com/google/blockly