-
Notifications
You must be signed in to change notification settings - Fork 42
Add ignition sequence #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This won't be an issue for everyone, and the version will be constantly changing, so let's not add this line.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, this is just my first encounter with the project. As long as something's added so new users don't bounce, that should be good. |
||
| meteor run | ||
| ``` | ||
|
|
||
| ## License | ||
| [MIT License](https://github.com/meteoric/demo/blob/master/LICENSE) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should link to the README for
ionic-sasssince that's where the issue is actually happening?