mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 05:07:51 +00:00
feat(readme): updated readme
This commit is contained in:
parent
4d28219362
commit
482d2a0cd9
@ -5,3 +5,4 @@ SITE_NAME="Next.js Commerce"
|
||||
SHOPIFY_REVALIDATION_SECRET=""
|
||||
SHOPIFY_STOREFRONT_ACCESS_TOKEN=""
|
||||
SHOPIFY_STORE_DOMAIN="[your-shopify-store-subdomain].myshopify.com"
|
||||
NEXT_PUBLIC_SHOPIFY_SHOP_ID="[your-shopify-shop-id]"
|
||||
|
16
README.md
16
README.md
@ -14,6 +14,7 @@ A Next.js 14 and App Router-ready ecommerce template featuring:
|
||||
- Styling with Tailwind CSS
|
||||
- Checkout and payments with Shopify
|
||||
- Automatic light/dark mode based on system settings
|
||||
- Shopify Analytics
|
||||
|
||||
<h3 id="v1-note"></h3>
|
||||
|
||||
@ -51,6 +52,21 @@ Integrations enable upgraded or additional functionality for Next.js Commerce
|
||||
configuration.
|
||||
- Search runs entirely in the browser for smaller catalogs or on a CDN for larger.
|
||||
|
||||
## Shopify analytics
|
||||
|
||||
1. Visit https://[your-store-id].myshopify.com/shop.json
|
||||
2. Search for `shopId` and add it to the `NEXT_PUBLIC_SHOPIFY_SHOP_ID` in your `.env` file.
|
||||
|
||||
To test out Shopify analytics, in your localhost, you can use the following steps:
|
||||
|
||||
1. Install ngrok
|
||||
2. Setup custom domain in ngrok dashboard
|
||||
3. Expose your local development server (e.g., running on port 3000) with a command:
|
||||
|
||||
```bash
|
||||
ngrok http --domain=YOUR_NGROK_DOMAIN 3000
|
||||
```
|
||||
|
||||
## Running locally
|
||||
|
||||
You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js Commerce. It's
|
||||
|
Loading…
x
Reference in New Issue
Block a user