From 9426ff50fd1a686e0af26e70ee6f53a94e36e6a8 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 4 Dec 2013 23:26:38 +0800 Subject: [PATCH] Add doc on how to run on a local server --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbfa6d2..3c89ff8 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ How to setup your own *Life* 2. `git checkout -b gh-pages` (or any branch name you like) 3. Make a copy of `life.example.md`, rename it to `life.md`. 4. Add your life events into `life.md`. -5. Commit `life.md` (not in `master` branch). -6. `git push origin gh-pages` and publish to [GitHub Pages](http://pages.github.com/). +5. Preview it on a local server. Use [`python -m SimpleHTTPServer`](http://docs.python.org/2/library/simplehttpserver.html) or [`http-server`](https://github.com/nodeapps/http-server). +6. Commit `life.md` (not in `master` branch). +7. `git push origin gh-pages` and publish to [GitHub Pages](http://pages.github.com/). How to upgrade your *Life* --------------------------