Web-based graphical editor for Reo language
Note: Internet Explorer is not supported.
Open a terminal in project's root directory and run command:
$ npm iFor a development build, run command:
$ npm run dev:buildFor a production (minimized and optimized) build, run command:
$ npm run prod:buildNote: The process of minimizing will take some time.
After building the project, run command:
$ npm startThen visit http://localhost:8080 and have fun!
This repository is in continuation of the original project developed by @maarten1001.