Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Copy link
Copy Markdown

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-sass since that's where the issue is actually happening?


```sh
git clone git@github.com:meteoric/demo.git
meteor run # will fail
^C
meteor add meteoric:ionic@0.1.17
Copy link
Copy Markdown

Choose a reason for hiding this comment

The 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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The 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)