- Clone this repo
npm install
- Create a
.env
file in the root dir with the following contents:VENDURE_API_URL=http://localhost:3001/shop-api # or # VENDURE_API_URL=https://readonlydemo.vendure.io/shop-api NODE_ENV=development
npm run dev
- run the storefront with a local Remix servernpm run dev:cf
- runs locally with the Cloudflare Pages configuration
MIT