pnpm install
- install dependenciespnpm dev
- run dev server
Open http://localhost:3000 with your browser to see the result.
App represents a cart with add product form and a flow to set adress, shipping method, payment method and summary to finally send request to a public requestbin. Logic is based on state machine using xstate library.