Web-based graphical editor for Reo language
- NodeJS
Note: The editor is not compatible with Internet Explorer.
Open a terminal in project's root directory and run command:
$ npm i
For a development build, run command:
$ npm run dev:build
For a production (minimized and optimized) build, run command:
$ npm run prod:build
Note: The process of minimizing will take some time.
After building the project, run command:
$ npm start
Then go to localhost:8080 and have fun!
This repository is in continuation of the original project developed by @maarten1001.