Skip to content

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

Notifications You must be signed in to change notification settings

startmedia001/web-development-textbook

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.0%
  • CSS 13.5%
  • HTML 12.2%
  • Ruby 1.2%
  • Shell 0.1%