From 1f129ede3c6ba70c7431669e416c52a2970b2be6 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Wed, 22 Jul 2015 01:31:13 -0400 Subject: [PATCH] update readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c19ab66..7506bb2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ ### Running locally -...write me... +To test locally, run the following in your terminal: + +1. `bundle install` +2. `bundle exec jekyll serve` +3. Open your browser to `localhost:4000` ### Customizing @@ -26,7 +30,6 @@ Right now resume-template only has one theme. More are coming :soon: though. :he ## Roadmap -- [ ] Add the option buttons - [ ] Add print button/styles - [ ] Add PDF button/functionality - [ ] Add a section for links @@ -34,6 +37,12 @@ Right now resume-template only has one theme. More are coming :soon: though. :he - [ ] Add screencaps to Readme - [ ] Add a "fork me on GitHub" thing - [ ] Optimize mobile typography +- [ ] Finish docs +- [ ] Cleanup unused CSS + +## Contributing + +...write me... ## License