/web-development-textbook

A german language Textbook on Web Development. This ist the source (md, nanoc).

Primary LanguageJavaScript

Das Buch 'Web Development'

Gitter

A german language Textbook on Web Development. Developed on github, published at http://web-development.github.io

Similar Projects

https://github.com/getify/You-Dont-Know-JS - only Javascript, in English

How to Read the book

Point your browser at http://web-development.github.io

Thinking of contributing?

Join our online chat at Gitter

How to contribute small changes

Look at the source repository at

https://github.com/web-development/web-development-textbook

You can fork it on github, and browse to the folder content... you'll find all the texts there. Use githubs editing capability to fix typos, add clarifications.

Send me a pull request when you're done.

How to contribute large changes

Same as before: fork the repository https://github.com/web-development/web-development-textbook

install nanoc on your computer.

run nanoc in the root folder like so:

nanoc view

in a second shell start the nanoc watcher:

nanoc watch

now edit the files in content/* and see the results at http://localhost:3000/

When you are content with your changes, push up to your own github repository, and send me a pull request