Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 726 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 726 Bytes

Production:

Deploy VHDPlus Storefront

Dev Preview:

Cloudflare Pages

Development

  1. Clone this repo
  2. npm install
  3. 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
  4. npm run dev - run the storefront with a local Remix server
  5. npm run dev:cf - runs locally with the Cloudflare Pages configuration

License

MIT