ninjanine
ninjanine copied to clipboard
##ninjanine
What started as an introduction to the terminal for Rails Girls Bratislava, is seemingly growing towards a set of beginners guides to web development, both as an addition to the Rails Girls guides and to be used separately.
####what's missing?
Check out our list of issues.
####how to contribute?
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
- Expect <3