The brand, on you. Sold and shipped by our Shopify storefront.
The apparel storefront is ready, but the store URL isn't set yet.
Set SHOPIFY_STORE_URL as a deploy env var, OR insert into the settings table:
INSERT INTO settings (key, value) VALUES ('shop_url', 'https://your-store.myshopify.com') ON CONFLICT (key) DO UPDATE SET value = EXCLUDED.value;
After saving, refresh this page.