I'm updating the README to be more clear about installation steps for the app (especially because it uses meteor, which not everyone is familiar with). This also should fix an installation error produced by npm when only running npm install instead of the recommended meteor npm install.
Fixes #72
I'm updating the README to be more clear about installation steps for the app (especially because it uses
meteor
, which not everyone is familiar with). This also should fix an installation error produced bynpm
when only runningnpm install
instead of the recommendedmeteor npm install
.