Skip to content

Adamhunter108/the-ivy-hydrogen-vercel

Repository files navigation

the-ivy-hydrogen-vercel

ℹ️ About:

A custom headless Shopify storefront for The Ivy in Long Beach, NY.

This project is built with Shopify's Hydrogen React framework, styled with Tailwind CSS and deployed continuously to Vercel via this Git repository.

This project is deployed to a subdomain (shop.theivylbny.com) of a custom Next.js project (github.com/Adamhunter108/the-ivy).

📚 Tech Stack:

TypeScript Node.js React Tailwind CSS Shopify Vercel

💻 Local Development:

❗️ Requirements:

  • Node.js (16.5.0 or higher)
  • Yarn
  • .env for environment variables
$ # install dependencies
$ npm i
$ # or
$ yarn 
$ # start local development node.js server
$ npm run dev
$ # or
$ yarn dev