Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 528 Bytes

Readme.md

File metadata and controls

9 lines (6 loc) · 528 Bytes

Brewer is a paned coffeescript editor (much like the one found on the coffeescript website) that uses the ace editor for syntax highlighting etc and nodejs to provide saving functionality.

To use, checkout Brewer and then init the submodules:

git clone https://github.com/rbrcurtis/Brewer.git
cd Brewer
git submodule update --init

Then you can run the Brewer.sh script which should work fine on linux and mac machines using Firefox, or run the server.coffee script manually and point your browser to http://localhost:8000