Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellBradley committed Sep 22, 2016
1 parent cc3d41e commit 1435df1
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# russellbradley.github.io

# [russellbradley](http://russellbradley.com)

This site runs on https://jekyllrb.com/ and https://pages.github.com/

Local Development
-----------

*Notes *- *Run all instructions in* `this format` *from your terminal application**

1. clone this repository with commands from 1a, or 1b.

1a. `git clone git@github.com:RussellBradley/russellbradley.github.io.git`
or
1b `git clone https://github.com/RussellBradley/russellbradley.github.io.git`
2. `cd russellbradley.github.io`
3. `gem install bundler`
4. `bundle install`
5. `jekyll build`
6. `jekyll serve`
7. open your browser and goto http://127.0.0.1:4000/
8. Now you can make changes to index.html and see your changes

0 comments on commit 1435df1

Please sign in to comment.