How do I 'share' a Meteor app for others to develop without having to re-create it every time? -


What's the best way to keep multiple developers on the meteor app? On every computer that I want to develop the app, I have to follow these steps to run after cloning it with a repo:

  1. my-app / Rename App /
  2. Meteor My App
  3. to run App / Move to my-app /
  4. Auto-generate Delete my-app. * files
  5. All packages (jquery, iron: router, etc ...)

Note that I have the .meteor / Local directory.

I feel that I am not clear at all but it is not expressing itself.

.meteor repo all files at the same level as the directory compress to. Nothing to change or make meteors . Yes, the package must be added, but the list of packages is .meteor .


Comments