CoffeePad: Yet another CoffeeScript editor coffeepad.co
CoffeePad is actually nothing more than putting some awesome pieces together.
It's built with Koding's Framework KD uses CodeMirror as editor and CoffeeScript's browser compiler. It keeps everyting in localStorage even in Chrome extension, means there is no server dependency. Everything happens in your browser.
- Install Node.js
git clone [email protected]:gokmen/coffeepad.git coffeepad
cd coffeepad
npm start
open http://localhost:1903 in your browser
Have fun!