We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc539a commit a7714e7Copy full SHA for a7714e7
README.md
@@ -1,5 +1,13 @@
1
# Learn.jQuery
2
3
* Primary Domain: [http://learn.jquery.com](http://learn.jquery.com)
4
-* Configuration: apache, mysql
5
-* Framework: Wordpress 3
+
+# How Do I Get This Running Locally
6
7
+* Clone/fork this repo
8
+* Install our lovely friends "The Dependencies"
9
+`> gem install nanoc kramdown`
10
+* Change to the newly cloned repository's directory
11
+* Run nanoc
12
+`> nanoc autocompile`
13
+* The site should be running on _http://localhost:3000_
0 commit comments