GitHub - KingShadow/Eloquent-JavaScript: The second edition of Eloquent JavaScript · GitHub
Skip to content

KingShadow/Eloquent-JavaScript

 
 

Folders and files

Repository files navigation

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 --production
apt-get install asciidoc inkscape
make html

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

To build the PDF file:

apt-get install texlive texlive-xetex texlive-fonts-extra
make book.pdf

To build the ePub book:

make book.epub

About

The second edition of Eloquent JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 71.9%
  • TeX 19.5%
  • CSS 5.3%
  • Makefile 3.0%
  • Shell 0.3%