updated readme
This commit is contained in:
parent
ff5fa22930
commit
3ff1e31487
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue