live demo:
It can handle multiple tapes
nodejs is used as backendwebserver to convert the coffescript and stylus files (the frontend-code itself doesn't depend on node though)
if you have node installed you can setup this project like this
- git clone https://github.com/macrozone/TuringCoffeeMachine.git
- cd TuringCoffeeMachine
- npm install
- node server.js
now the server is running in developement mode on port 3000: http://localhost:3000
App structure generated by Skeleton