Skip to content

Commit

Permalink
Added quick start guide to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdeeps committed Nov 2, 2015
1 parent eb07b03 commit 3b51e89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Storyteller-JSON
A longform article theme with video, slideshows, parallax and more using PHP/JSON (originally developed as a Newscoop theme)

##Get Up and Running Quickly
NB: This possibly might only work in Mac and Linux
Navigate to the root of your download and type the following:
```bash
$php -S 0.0.0.0:8000 -t .
```
Voilà! A functioning php capable server now running your lovely new Storyteller theme.

0 comments on commit 3b51e89

Please sign in to comment.