Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 344 Bytes

File metadata and controls

14 lines (9 loc) · 344 Bytes

Eloquent JavaScript

These are the sources used to build the second edition of Eloquent JavaScript (http://eloquentjavascript.net).

Feedback welcome, in the form of issues and pull requests.

Building

npm install
apt-get install asciidoc inkscape
make html

For OSX, you can use port or brew to install the asciidoc package.