Squashed from chore/license-relicense. Full message preserved in the original branch commitbb77eb5. See ADR-0002 for the decision rationale. Refs: ADR-0002, commitbb77eb5
25 lines
632 B
Markdown
25 lines
632 B
Markdown
[//]: # (SPDX-License-Identifier: MIT)
|
|
[//]: # (Copyright (c) 2026 Rug Munch Media LLC)
|
|
# Pry Shopify App
|
|
|
|
Import competitor products into your Shopify store with one click.
|
|
|
|
## Setup
|
|
|
|
1. Create a Shopify app in your Shopify Partners dashboard
|
|
2. Set the app URL to where this server runs
|
|
3. Set environment variables:
|
|
|
|
```
|
|
SHOPIFY_API_KEY=your-api-key
|
|
SHOPIFY_API_SECRET=your-api-secret
|
|
HOST=https://your-app-url.com
|
|
```
|
|
|
|
4. Run: `npm install && npm start`
|
|
|
|
## Usage
|
|
|
|
- Install the app on your Shopify store
|
|
- Use the Pry dashboard to find competitor products
|
|
- Click "Import to Shopify" — product appears in your store as draft
|