Welcome to Clever Cognition, a unique e-commerce site that offers a curated collection of specialty puzzles for enthusiasts. Built with Next.js 13 and App Router, and powered by Shopify.
git clone https://github.com/influxion/clever-cognition.git
cd clever-cognition
npm install
Create a .env file in the root of the project and add the following environment variables:
SHOPIFY_STORE_DOMAIN=your_shopify_store_domain
SHOPIFY_STOREFRONT_ACCESS_TOKEN=your_shopify_storefront_access_token
Replace your_shopify_store_domain with your Shopify domain (e.g. your_shopify_store_subdomain.myshopify.com) and your_shopify_storefront_access_token with your public access token.
npm run dev
Your app should now be running on localhost:3000.
This project is licensed under the MIT License. See the LICENSE file for details.