npm installFirst time running this project?
Start with Option 2. The Shopify CLI will prompt you to authenticate with your Shopify store (browser login required). Once authenticated, you can use Option 1 for subsequent runs.
Starts both the Shopify theme dev server and the Tailwind CSS watcher concurrently:
npm run concurrentlyOpen two terminal tabs and run each command in its own tab.
Tab 1 — Shopify theme dev server:
npm run devTab 2 — Tailwind CSS watcher:
npm run tw:watch