Tinned is a visual programming language written in JavaScript, HTML and CSS. It is based on the functional programming paradigm and is fully reactive thanks to the callbags design pattern.
You need:
gitnodejsandnpm.
Clone this project by typing in a terminal:
git clone https://github.com/crazybiocomputing/tinned.gitMove in the newly created folder tinned
cd tinned...and for installing all the dependencies, type:
npm installRun the http-server by typing the following command in the tinned directory:
npm run startThen open your favorite web browser and type the URL localhost:8080.
Try one of the examples located in the folder examples.
