Skip to content

Commit

Permalink
added DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
faradey committed Nov 18, 2023
1 parent c312d32 commit ca1cf32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project is written on Golang, and it is distributed under a MIT License.
* Two or more projects can work simultaneously
* **Magento** as a separate service. Works by default
* **PWA Studio** as a separate service
* **Shopify** as a separate service
* **Shopify** as a separate service. Learn [more](docs/shopify.md)
* **Custom PHP project** as a separate service
* Cron support
* Flexible configuration for each project
Expand Down
11 changes: 11 additions & 0 deletions docs/shopify.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
madock allows you to develop your apps locally for Shopify.

By default, the Laravel template https://github.com/Shopify/shopify-app-template-php is used and all the actions below are performed only within this template.

Currently, three commands have been added to manage your project.

**madock shopify {command}** - runs **{command}** inside a container in the root folder of your project.

**madock shopify:web {command}** - runs **{command}** inside a container in the root/web folder of your project.

**madock shopify:web:frontend {command}** - runs **{command}** inside a container in the root/web/frontend folder of your project.

0 comments on commit ca1cf32

Please sign in to comment.