summaryrefslogtreecommitdiff
path: root/README.md
blob: 7fa180df7c4b789003e227e48c545d7e315998cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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