Built with Hydrogen & Remix
You can take a look at our store at https://highlandhq.com
- Node.js (I'm using the LTS version)
- Shopify account
- Shopify Hydrogen (optional, for local development)
- Clone ther repo
git clone git@github.com:Highland-HQ/headless-storefront.git - After cloning the site run
cd headless-storefront && npm i - Copy .env.example to .env, and fill in the required variables
- (Optional) install the shopify CLI tool with
npm install -g @shopify/cli@latest - Spin up the app locally with
shopify hydrogen dev