Mention Yarn in Dev Docs (#100)

Adds a mention of `yarn install` in the development guide so people know
to, well, run it.
This commit is contained in:
Ben Hamill 2017-04-19 11:28:13 -05:00 committed by wxcafé
parent a6f0fbc043
commit 43692e45b0
1 changed files with 5 additions and 1 deletions

View File

@ -11,10 +11,14 @@ In fact, all you need is described in the [production guide](Production-guide.md
- To prefix any commands with `RAILS_ENV=production` since the default environment is "development" anyway
- Any cronjobs
The command to install project dependencies does not require any flags, i.e. simply
The command to install Ruby project dependencies does not require any flags, i.e. simply
bundle install
Similarly, installing JavaScript dependencies doesn't require any flags:
yarn install
By default the development environment wants to connect to a `mastodon_development` database on localhost using your user/ident to login to Postgres (i.e. not a md5 password)
You can run Mastodon with: