theemack / livemart-express-checkout

LiveMart single page express checkout

Home Page:https://livemart-express-checkout-s4kibs4mi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiveMart Express Checkout

LiveMart is an headless commerce engine that enables developers to create amazing digital commerce experiences.

LiveMart Express Checkout is released under the MIT license.


Built with

LiveMart: Commerce engine

Next.js: React framework

Stripe: Payment provider


Prerequisites: Open an account on LiveMart. Check out LiveMart Express Checkout for a quick setup.


Demo

🚀 Get started!

Link LiveMart

In your project, you should have a .env.template file with the following content:

NEXT_PUBLIC_URL=https://api.livemart.store
NEXT_PUBLIC_APP_KEY={app_key}
NEXT_PUBLIC_APP_SECRET={app_secret}

Copy the template into a file used for local development:

mv .env.template .env.local

About

LiveMart single page express checkout

https://livemart-express-checkout-s4kibs4mi.vercel.app

License:MIT License


Languages

Language:JavaScript 99.6%Language:CSS 0.4%