commerce/README.md
2023-04-17 21:55:56 -05:00

1.1 KiB

Deploy with Vercel

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.

  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

  • Next.js App Router
  • Optimized for SEO
  • Styling with Tailwind CSS
  • Checkout/Cart with Shopify
  • Themeing with System (Light/Dark Mode) Support