Meteor site for testing the publish-composite meteorite package
To clone and set up for the first time:
$ cd /path/to/my/working/dir
$ git clone https://github.com/englue/meteor-publish-composite.git
$ git clone https://github.com/reywood/meteor-publish-composite-test.git
$ cd meteor-publish-composite-test/packages
$ ln -s ../../meteor-publish-composite reywood\:publish-composite
$ meteor add reywood:publish-composite
To simply run the app and see if everything looks kosher:
$ meteor
To run package tests, execute:
$ make test
Then browse to http://localhost:3000/.