Next + Sanity (headless CMS) + GraphQL + Stripe payment.
Project status: Completed ✔️
git clone https://github.com/Icegreeen/Coffy-Express
cp .env.local.example .env.local
NEXT_PUBLIC_STRIPE_KEY=pk_live_{yourkey}
NEXT_TEST_STRIPE_KEY=pk_test_{yourkey}
yarn
yarn dev
Open the url http://localhost:3000/ in your browser to see the application
cd sanity
yarn dev
Open url http://localhost:3333/ in your browser to manage resources.
Question: What are the technologies used in this project?
Answer: Sanity, Stripe, Shadcn/ui and NextJS.
Feel free to file a new issue with a respective title and description. If you already found a solution to your problem, I would love to review your pull request!
Check out the contributing page to see the best places to file issues, start discussions and begin contributing