From aef6230417bf2a4be518b81ccb1b09fb4a90b755 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Fri, 6 Mar 2015 11:03:43 -0800 Subject: [PATCH] Add ignition sequence --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d439e18..394bd69 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,17 @@ This is a demo of the various [Meteoric](https://github.com/meteoric) packages: See it in action here: [meteoric.github.io](http://meteoric.github.io) +## Running locally + +Due to [some](https://github.com/meteoric/demo/issues/4) [issues](https://github.com/meteoric/demo/issues/6), you need to run the following for a fully-functional demo: + +```sh +git clone git@github.com:meteoric/demo.git +meteor run # will fail +^C +meteor add meteoric:ionic@0.1.17 +meteor run +``` + ## License [MIT License](https://github.com/meteoric/demo/blob/master/LICENSE)