1
0
mirror of https://github.com/fazo96/homework.git synced 2025-01-09 12:10:08 +01:00

update README

This commit is contained in:
fazo96 2014-09-24 10:38:36 +02:00
parent dd40d8e2a7
commit 833dc1f649

View File

@ -10,10 +10,15 @@ Also, I learnt a lot and had fun!
[the app is hosted online!](http://homework.meteor.com)
### Development
Clone the repo, [install meteor](http://meteor.com) and **meteorite**.
Install dependent packages with `mrt install` and then run `meteor`. That's it.
Clone the repo, [install meteor](http://meteor.com), `cd` to the directory
then run `meteor`.
That's it.
If you want to send emails (necessary to confirm users) you need to set the
`MAIL_URL` environment variable, or else the emails will be printed on stdout.
`MAIL_URL` environment variable, or else the emails will just be printed on
stdout. The process is
[explained on the Meteor docs](http://docs.meteor.com/#email)
### License