mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 06:56:59 +00:00
Next.js Commerce
Next.js 13 and App Router-ready ecommerce template, built with Shopify and Tailwind CSS.
Demo live at: demo.vercel.store
Running Locally
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.
- Install Vercel CLI:
npm i -g vercel
- Link local instance with Vercel and Github accounts (creates .vercel file):
vercel link
- Download your environment variables:
vercel env pull .env.local
Features
- Next.js App Router
- Optimized for SEO
- Styling with Tailwind CSS
- Checkout/Cart with Shopify
- Themeing with System (Light/Dark Mode) Support
Languages
TypeScript
99.2%
CSS
0.7%
JavaScript
0.1%