Skip to content

VHDPlus/shop-storefront

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.7%
  • CSS 12.6%
  • Other 0.7%