mirror of
https://github.com/fazo96/homework.git
synced 2025-01-09 12:10:08 +01:00
update README
This commit is contained in:
parent
dd40d8e2a7
commit
833dc1f649
11
README.md
11
README.md
@ -10,10 +10,15 @@ Also, I learnt a lot and had fun!
|
|||||||
[the app is hosted online!](http://homework.meteor.com)
|
[the app is hosted online!](http://homework.meteor.com)
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
Clone the repo, [install meteor](http://meteor.com) and **meteorite**.
|
Clone the repo, [install meteor](http://meteor.com), `cd` to the directory
|
||||||
Install dependent packages with `mrt install` and then run `meteor`. That's it.
|
then run `meteor`.
|
||||||
|
|
||||||
|
That's it.
|
||||||
|
|
||||||
If you want to send emails (necessary to confirm users) you need to set the
|
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
|
### License
|
||||||
|
Loading…
Reference in New Issue
Block a user