Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 1011 Bytes

next.js-commerce.md

File metadata and controls

22 lines (16 loc) · 1011 Bytes

Next.js Commerce

Next.js Commerce is an all-in-one React starter kit for high-performance e-commerce sites.

See the live demo: https://spree.vercel.store/

Installation

  1. Clone the git repository:

    git clone https://github.com/spree/nextjs-commerce.git
    
  2. Copy the framework/spree/.env.template file to .env.local in the main directory:

    cp framework/spree/.env.template .env.local
    
  3. Adjust the NEXT_PUBLIC_SPREE_CATEGORIES_TAXONOMY_PERMALINK and NEXT_PUBLIC_SPREE_BRANDS_TAXONOMY_PERMALINK environment variables inside .env.local:

    • They rely on taxonomies permalink values set in Spree.
    • Go to the Spree admin panel and create Categories and Brands taxonomies if they don't exist. Copy their permalinks into .env.local in NextJS Commerce.
  4. Finally, run yarn install and yarn run dev.