images/icon_small.png

Docker image

It is possible to play around with ric-script in a docker container. Try this out:

docker build -t node-ric-script:1.0 .
docker run --rm -d -p 3002:3000 node-ric-script:1.0

Now go visit http://localhost:3002, here a little interpreter window (one for inputs, one for outputs) should be available to you.