Commit 7f1f1d3

mo khan <mo@mokhan.ca>
2017-02-25 17:58:58
add README.
1 parent e496527
Changed files (1)
README.md
@@ -0,0 +1,16 @@
+# Getting started
+
+* Clone this repo.
+
+  $ git clone git@github.com:stronglifters/stronglifters.github.io.git
+
+* install gems
+
+  $ cd stronglifters.github.io
+  $ bundle install
+
+* start the jekyll server
+
+  $ jekyll s
+
+* open a browser to http://localhost:4000