Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 429 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 429 Bytes

Shopify + Firebase app

Example Shopify app on Firebase.

Installation

Install asdf (https://github.com/asdf-vm/asdf) to manage runtime versions. This project uses yarn for monrepo, and turborepo for build pipelines.

asdf install
yarn install

Usage

# build web app and api project
yarn build

# run project locally using Firebase emulator
yarn start

# deploy project to Firebase
yarn deploy