Skip to content

Latest commit

History

History
43 lines (28 loc) 路 962 Bytes

README.md

File metadata and controls

43 lines (28 loc) 路 962 Bytes

rosemi.lk

Shopify / React built using js-buy-sdk.This project was bootstrapped with Create React App.

Development

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:isaac-martin/rosemillk.git this repository
  • cd rosemillk
  • yarn install

Configuring API Access

Get information from shopify admin

const config = new Config({
  storefrontAccessToken: 'your-storefront-access-token',
  domain: 'your-shop-name.myshopify.com',
});

Running

Start a local server:

yarn start

Deployment

Netlify will automatically when a PR is merged into master branch.