| name | slug | description | framework | css | deployUrl | demoUrl |
|---|---|---|---|---|---|---|
Simple Marketplace |
simple-marketplace |
Simple Marketplace on MintBase |
Next.js |
Tailwind |
This examples shows a simple marketplace.
https://examples-simple-marketplace.vercel.app/
Deploy the example using Vercel:
Execute create-next-app with npm or Yarn to bootstrap the example:
npx create-next-app --example https://github.com/Mintbase/examples/tree/main/simple-marketplace
# or
yarn create next-app --example https://github.com/Mintbase/examples/tree/main/simple-marketplaceRun Next.js in development mode:
npm install
npm run dev
# or
yarn
yarn devOnce that's done, copy the .env.example file in this directory to .env.local (which will be ignored by Git):
cp .env.example .env.localThen open .env.local and set the environment variables to match the ones for your Google Optimize account.
Most importantly update the NEXT_PUBLIC_STORES to include which stores you want to show in the marketplace.