framework/spree/env.template
file to .env.local
in the main directory:NEXT_PUBLIC_SPREE_CATEGORIES_TAXONOMY_PERMALINK
and NEXT_PUBLIC_SPREE_BRANDS_TAXONOMY_PERMALINK
environment variables inside .env.local
:Categories
and Brands
taxonomies if they don't exist. Copy their permalinks into .env.local
in NextJS Commerce.npm install
and npm run dev
.