updated readme

This commit is contained in:
alecmerdler 2017-02-27 19:37:12 -08:00
parent ff5fa22930
commit 3ff1e31487

View file

@ -86,7 +86,7 @@ macOS developers will need:
git clone git@github.com:coreos-inc/quay.git && cd quay
# Install the system dependencies
brew install libevent libmagic postgresql gpgme pyenv pyenv-virtualenv pyenv-pip-rehash docker docker-machine node
brew install libevent libmagic postgresql gpgme pyenv pyenv-virtualenv pyenv-pip-rehash docker docker-machine node yarn
# Create a default virtualmachine for docker
docker-machine create -d virtualbox default
@ -118,10 +118,10 @@ git clone git@github.com:coreos-inc/quay-config.git ../quay-config
ln -s ../../quay-config/local conf/stack
# Install Node Dependencies
npm install
yarn install
# Link Typescript
npm link typescript
yarn link typescript
```
#### Third Party Docs
@ -172,8 +172,9 @@ go get github.com/mattn/goreman
* `local-run` runs the web server for testing
* `local-test` runs the unit test suite
* `npm run build` builds front end dependencies
* `npm run watch` a watcher for webpack
* `yarn run build` builds front-end dependencies
* `yarn run watch` builds and watches front-end dependencies
* `yarn test` runs front-end test suite
### Development inside Docker