Skip to content

SpaceRanchDAO/space-ranch-nft-contract

 
 

Repository files navigation

name slug description framework css deployUrl demoUrl
Simple Marketplace
simple-marketplace
Simple Marketplace on MintBase
Next.js
Tailwind

Simple Marketplace

This examples shows a simple marketplace.

Demo

https://examples-simple-marketplace.vercel.app/

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

Getting Started

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-marketplace

Run Next.js in development mode:

npm install
npm run dev

# or

yarn
yarn dev

Once that's done, copy the .env.example file in this directory to .env.local (which will be ignored by Git):

cp .env.example .env.local

Then 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.

About

client work for space ranch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.4%
  • JavaScript 1.9%
  • CSS 1.3%
  • Shell 0.4%