Install Meteor. Clone the app repo. Change into repo folder. Run the app.
~$ curl https://install.meteor.com/ | sh
~$ git clone https://github.com/ahoereth/neverendingstory.git
~$ cd neverendingstory
~/neverendingstory$ meteor
Don't run the app in your Dropbox folder or similar. The local Mongo database can get huge.
Windows is not yet supported officially.. Best way to use Windows for development seems to be Vagrant following this tutorial.
During development run the app using the --debug
option. This, at the moment, enables force votes and elects of paragraphs. More to follow.
NODE_OPTIONS='--debug' meteor
Best start into Meteor is provided by the official Meteor Screencast and it's sequel. Afterwards reading some of the Discover Meteor book is really helpful. For even more information take a look at the official Learn Meteor page.
- Meteor Manual
- Meteor Documentation
- Unofficial Meteor FAQ
- MongoDB Operators
- Add more here..