Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 422 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 422 Bytes

This example shows how to use t9n as a Meteor package.

To make the example work locally one could move it outside the directory structure of the module and do export METEOR_PACKAGE_DIRS="/path/above/meteor-accounts-t9n", issue meteor add softwarerero:accounts-t9n and then run the project with meteor. Local dependencies of Meteor packages are not resolved for a path like export METEOR_PACKAGE_DIRS="../../..".