Installation

First of all, you need to clone the GitHub repository:

git clone https://github.com/pablo-aznard/blueprint3d
cd ramen

Once you have downloaded RAMEN, you have to ensure that you have installed npm and grunt. Then, execute the following commands:

npm install
grunt

The latter command generates “executable/js/ramen.js” from src.

The easiest way to run locally is to run a local server from the executable directory.

cd executable
python visual.py

Then, visit http://localhost:8001 in your browser.