Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 401 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 401 Bytes

Vendure Remix Storefront Starter

A storefront for Vendure and Remix.

To do

  • Cart
  • Checkout flow
  • Search facet filters
  • Customer account management

Contributions welcome!

Development

  1. Create an .env file in the root:
    ENCRYPTION_KEY=abc
    VENDURE_API_URL=http://localhost:3001/shop-api
    
  2. npm run dev

License

MIT