Patterns is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.
git clone git://github.com/cornae/Patterns.git git submodule update --init --recursive
To develop on Patterns or one of it's submodules, fork the repository and set it's push-url to your fork:
git set-url --push origin <url_to_your_fork>
Create a branch for the feature/bug you are working on:
git checkout -b <feature>
For inclusion use either a github pull request or create a ticket with a url to your external repository.