Supacart is an open-source Shopify store Framework for building online shopping for multiple people with real-time synchronization.
Official Website: https://supac.art/
NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=
# login with your Github account on presencejs.yomo.run, get a free app_id and app_secret. Detail see https://github.com/yomorun/presencejs.
PRESENCE_APP_ID=
PRESENCE_APP_SECRET=
REDIS_URL=
pnpm install
pnpm run build ## build shopify package
cd site
pnpm run dev
Now you can see the content at http://localhost:3000
pnpm install
pnpm run build ## build shopify package
cd site
pnpm run start