mirror of
https://github.com/fazo96/homework.git
synced 2025-01-10 12:14:22 +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)
|
||||
|
||||
### 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
|
||||
|
Loading…
Reference in New Issue
Block a user