Archived project. No maintenance.
This project is not maintained anymore and is archived. Feel free to fork and make your own changes if needed.
CoffeePad coffeepad.rocks
CoffeePad is actually nothing more than putting some awesome pieces together. It provides live compiling for CoffeeScript to JavaScript with hints.
It's built with Koding's Framework KD, uses CodeMirror as editor and CoffeeScript's browser compiler.
It can be used as Chrome extension or a standalone web app from coffeepad.rocks.
It keeps everyting in localStorage
even in Chrome extension, which means there is no server dependency. Everything happens in your browser.
You can fork it from https://github.com/gokmen/coffeepad
- Assuming that you already installed Node.js
git clone [email protected]:gokmen/coffeepad.git coffeepad
cd coffeepad
npm start
then open http://localhost:1903
in your browser
Have fun!