Skip to main content

Installation

System Requirements:

Clone repository

git clone ssh://git@git.awe7.com:2201/toilahuong/remix-app-starter.git

Setup

  • Using pnpm
pnpm install
  • Config environment
cp .env.example .env

Local development

pnpm run dev:shopify

Press P to open the URL to your app. Once you click install, you can start development.

Local development is powered by the Shopify CLI. It logs into your partners account, connects to an app, provides environment variables, updates remote config, creates a tunnel and provides commands to generate extensions.

Server development

pnpm run dev