Deploy in VERCEL
Click Here! ![](/livealvi/Ecommerce--Full-Stack--NEXT-App/raw/master/readme_asset/rocket-joypixels.gif)
Download or Clone
git clone https://github.com/livealvi/Ecommerce--Full-Stack--NEXT-App.git
cd Ecommerce--Full-Stack--NEXT-App
npm i
#or
npm install
#or
yarn add
create .env
file from .env.example
need Stripe & Sanity
- Token - Sanity
- Publishable key - Stripe
- Secret key - Stripe
Build & Run the project
First, run the development server:
npm run dev
#or
yarn dev
Open http://localhost:3000 with your browser to see the result.