Skip to content

Commit

Permalink
oops I can't write english
Browse files Browse the repository at this point in the history
  • Loading branch information
amirandalibi committed May 15, 2021
1 parent ac5dd1a commit 3977df5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Detects broad sets of categories within an image, which range from modes of tran

* [Docker](https://www.docker.com) `> 18.09`

## Local Developement
## Local Development

Docker is all you need for local developement. With the docker daemon running, build and run the application using:
Docker is all you need for local development. With the docker daemon running, build and run the application using:
```sh
make start
```
the above command will build the image for both Wordpress and MySQL and run the containers and install Composer dependecies inside `src` folder.
the above command will build the image for both Wordpress and MySQL and run the containers and install Composer dependencies inside `src` folder.

Your Wordpress isntance will be available on `http://localhost:8000`
Your Wordpress instance will be available on `http://localhost:8000`

To see the full list of available commands run `make help`

Expand Down

0 comments on commit 3977df5

Please sign in to comment.