"Meteorify" a cloned project

github, meteor

Solution

Your project should work out of the box. If it doesn't, make sure you've got all the necessary files (`.meteor` folder) copied, and not lost due to `.gitignore`.

Problem

I uploaded a project to Github. Now, I want to download it from another Computer, and run it. I can do this git clone [...etc ...] without any problems. But when I run ``` meteor ``` in the directory, the output is "You're not in a Meteor project directory." How can I do to "Meteorify" a project? The repository to "Meteorify" is this: https://github.com/Nullpo/FerNet Thanks!

Original source