Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nionata authored Apr 29, 2020
1 parent 98247f9 commit 22ba2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
This project's dependencies are managed through [yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable)
The following are the available scripts we can use with the client and server:

The development environment is comprised of three services managed by docker compose.
The development environment is comprised of four servers managed by docker compose.

* `sc-client-dev` => localhost:3000
* `sc-cms-dev` => localhost:1337
Expand Down Expand Up @@ -57,7 +57,7 @@ Ideally, we want our flow to resemble this. Master and develop are locked for di
- `master` - Deployed version of the application
- `develop` - Working version of the application
- `feature/<scaffold>-<feature-name>` - Based off of develop
- ex. `feature/server-strapi`
- ex. `feature/cms-strapi`
- `hotfix/<scaffold>-<fix-name>` - Based off of master
- ex. hotfix/client-cors

Expand Down

0 comments on commit 22ba2a1

Please sign in to comment.