Skip to content

ahoereth/neverendingstory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Neverending Story

Running the app

Unix/Linux

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

Windows is not yet supported officially.. Best way to use Windows for development seems to be Vagrant following this tutorial.

Running the app during development

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

Meteor

Wiki: Technology-Stack

Getting started

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.

References

About

Democratic crowd-sourced social story telling.

Resources

Stars

Watchers

Forks

Packages

No packages published