This is an E-commerce application built with Sanity, Next.js, and Stripe
The E-commerce Sanity Stripe is an E-commerce application built with Sanity, Next.js, and Stripe. It is currently a work in progress and not yet complete.
To run this project locally, you can follow these steps:
git clone [repository-url]
cd [project-directory]
npm install
cd sanity-ecommerce
npm install
.env.local file in the root directory and add the following:NEXT_PUBLIC_SANITY_TOKEN=[your-sanity-token]
npm run dev
cd sanity-ecommerce
npm run dev
http://localhost:3000 and Sanity Studio at http://localhost:3333The E-commerce Sanity Stripe is an E-commerce application that utilizes Sanity, Next.js, and Stripe for building and managing an online store. It provides integration with the Stripe API for seamless payment processing and allows users to create and manage products using the Sanity Studio. The installation process involves cloning the repository, installing dependencies, and setting up the local development environment. Remember to create a .env.local file with the necessary configurations.