ElementNetwork™

A block-based HTML/CSS/JS editor.

Follow me on GitHub

Sitemap

GitHub Organization: https://github.com/elementnet

Scratch Forum Topic: https://scratch.mit.edu/discuss/topic/286069

Server

Gitter

License GitHub release

Code Maintainability Build Status

Waffle.io - Columns and their card count

Nightly builds: https://elementnet-dev.herokuapp.com

Editor

Gitter Build Status

Waffle.io - Columns and their card count

Running Locally

Note: uglify-js, uglifycss, and browserify need to be installed globally. (npm i -g <packagename>)

git clone --recursive git@github.com:elementnet/elementnet-editor
cd elementnet-editor
npm install && npm start

Then, navigate to http://localhost:8080/.

If it’s already cloned, just run npm run rebuild && npm start.