# node-blockly-js-editor **Repository Path**: neequ_admin/node-blockly-js-editor ## Basic Information - **Project Name**: node-blockly-js-editor - **Description**: :twisted_rightwards_arrows: Blocks to Javascript and Back Again - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Bloccoli ##Blocks to Javascript and Back Again ###Built on [Blockly][2] & [CodeMirror][3] ![Bloccoli Logo](media/broccoli-logo1.png) ===== Project Status ===== soo WIP Syntax incomplete, [here's what needs to be done.](_TODO) Setup ===== This is a node project. You will need [node][0] and [npm][1] installed. 1. clone the repo and cd into the dir ```bash git clone git@github.com:kumavis/node-blockly-js-editor.git && cd node-blockly-js-editor ``` 1. install beefy globally ```bash npm install -g beefy ``` 1. install the project dependencies ```bash npm install ``` 1. start the app ```bash npm start ``` Notes ===== use `node compile_soy.js` if you make a change to the template in `templates/template.soy` [0]: http://nodejs.org/ [1]: https://npmjs.org/ [2]: https://code.google.com/p/blockly/ [3]: http://codemirror.net/