Skip to content

ReoLanguage/reo-graphical-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reo Graphical Editor

Web-based graphical editor for Reo language

Build

Prerequisites

Note: Internet Explorer is not supported.

Installing required NodeJS packages

Open a terminal in project's root directory and run command:

$ npm i

Building

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.

Running

After building the project, run command:

$ npm start

Then visit http://localhost:8080 and have fun!

Origin

This repository is in continuation of the original project developed by @maarten1001.

Releases

No releases published

Packages

No packages published

Languages