Meteorize Cloned Project

I uploaded the project to Github. Now I want to download it from another computer and run it.

I can do it

git clone [... etc.]

no problem. But when I run

meteor 

in the catalog, the conclusion "You are not in the Meteor project catalog".

How can I do a โ€œMeteorizeโ€ project?

The repository for Meteority is: https://github.com/Nullpo/FerNet

Thanks!

+7
github meteor
source share
2 answers

Your project should work out of the box. If this is not the case, make sure that you have all the necessary files ( .meteor folder) and not lost due to .gitignore .

+5
source share

It looks like your project does not have a .meteor directory. Make sure you add and commit this as well, and it will work as usual.

+3
source share

All Articles