tjvr / tosh2

text-based Scratch project editor, Take Two.
73 stars 15 forks source link

This is a rewrite of Tosh, my text-based Scratch project editor.

This version is open-source, with a readable, modern codebase.

Dependencies

Current status

Future plans:

Running

git clone --recursive https://github.com/tjvr/tosh2
cd tosh2
echo ';window.P = P' >> phosphorus/phosphorus.js
yarn
yarn grammar && yarn test
yarn start

http://localhost:8080/app/

If someone wants to set up browserify/babelify for bundling, that would be excellent