Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 399 Bytes

contributing.md

File metadata and controls

24 lines (16 loc) · 399 Bytes

Setup for development

Prerequisites:

  1. Install Meteor
  2. Install Docker

Run the Shop Engine in Dev Mode

cd engine
npm run dev

Run the Storefront in Dev Mode

Set the UNCHAINED_ENDPOINT env in storefront/.env to the correct shop engine

cd storefront
npm run dev

For more information about developing the storefront see: storefront/README.md