mirror of
https://github.com/vercel/commerce.git
synced 2025-07-18 18:31:24 +00:00
Update README.
This commit is contained in:
parent
b078fe11a8
commit
dfbae68796
31
README.md
31
README.md
@ -4,20 +4,9 @@
|
|||||||
|
|
||||||
Next.js 13 and App Router-ready ecommerce template, built with Shopify and Tailwind CSS.
|
Next.js 13 and App Router-ready ecommerce template, built with Shopify and Tailwind CSS.
|
||||||
|
|
||||||
Demo live at: [demo.vercel.store](https://demo.vercel.store/)
|
We will be shortly updating the demo at [demo.vercel.store](https://demo.vercel.store/) with this new version.
|
||||||
|
|
||||||
## Running Locally
|
Looking for Next.js Commerce v1? [View the release notes](https://github.com/vercel/commerce/releases/tag/v1).
|
||||||
|
|
||||||
```bash
|
|
||||||
pnpm install
|
|
||||||
pnpm dev
|
|
||||||
```
|
|
||||||
|
|
||||||
If your project was started with a "Deploy with Vercel" button, you can use Vercel's CLI to retrieve these credentials.
|
|
||||||
|
|
||||||
1. Install Vercel CLI: `npm i -g vercel`
|
|
||||||
2. Link local instance with Vercel and Github accounts (creates .vercel file): `vercel link`
|
|
||||||
3. Download your environment variables: `vercel env pull .env.local`
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -25,4 +14,18 @@ If your project was started with a "Deploy with Vercel" button, you can use Verc
|
|||||||
- Optimized for SEO
|
- Optimized for SEO
|
||||||
- Styling with Tailwind CSS
|
- Styling with Tailwind CSS
|
||||||
- Checkout/Cart with Shopify
|
- Checkout/Cart with Shopify
|
||||||
- Themeing with System (Light/Dark Mode) Support
|
- Themeing with System (Light/Dark Mode) Support
|
||||||
|
|
||||||
|
## Running Locally
|
||||||
|
|
||||||
|
1. Install Vercel CLI: `npm i -g vercel`
|
||||||
|
2. Link local instance with Vercel and Github accounts (creates .vercel file): `vercel link`
|
||||||
|
3. Download your environment variables: `vercel env pull .env.local`
|
||||||
|
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pnpm install
|
||||||
|
pnpm dev
|
||||||
|
```
|
||||||
|
|
||||||
|
Your app should now be running on [localhost:3000](http://localhost:3000/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user