Skip to content

Commit

Permalink
Merge pull request #14 from jonfairbanks/develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jonfairbanks authored Jun 22, 2019
2 parents c394adc + ddf6544 commit cb601b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Yo Dawg, heard you're tired of remembering URLs

<img src="images/architecture.png" alt="architecture" />
<img src="images/yo.png" alt="yo" />

## Dependencies

Expand Down Expand Up @@ -121,6 +121,9 @@ By default, the Yo backend API is open which would allow anyone who knew your AP

By default, sign-ups via the Auth0 UI are disabled. If you would like to allow user-signup however, you can force this on by passing `REACT_APP_SIGNUPS=true` during Yo client startup.

## Architecture
<img src="images/architecture.png" alt="architecture" />

## Extras
- If you're using PM2 to manage your node processes, you can use the included `yo-pm2.yaml` to start and deploy the app.
- Yo can also be deployed via Docker using the included `docker-compose.yaml` file. Enter the Yo root directory and run `docker-compose up` to deploy the Yo client, backend and
Expand Down

0 comments on commit cb601b6

Please sign in to comment.