Dsyko / meteor-hopscotch

Javascript tour and onboarding plugin from linkedin packaged for Meteor
5 stars 2 forks source link

Better getting started docs for MeteorJS #1

Closed isAlmogK closed 10 years ago

isAlmogK commented 10 years ago

Better getting started docs for MeteorJS

Dsyko commented 10 years ago

Is there anything specifically that wasn't clear or you think should be made clearer? This is a pretty simple package, it just adds hopscotch to your Meteor project and then you can use it following the instructions on the project pages that are linked in the readme.

isAlmogK commented 10 years ago

I guess what wasn't clear was the initial start

// Start the tour! hopscotch.startTour(tour);

I thought this had to wrapped in a meteor method, but I understand now it doesn't

Going to start with this over the weekend

Thanks.