Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 889 Bytes

README.md

File metadata and controls

66 lines (47 loc) · 889 Bytes

vrm-nft-marketplace

📝 Table of Contents

🧐 About

  • 3D Model(VRM) NFT Marketplace

⛏️ Built Using

🚀 Getting Started

  1. Clone git repo
git clone https://github.com/huketo/vrm-nft-marketplace.git
  1. Install package
yarn install
# or
npm install
  1. Start Local Node
npx hardhat node
  1. Deploy smartcontract
npx hardhat run scripts/deploy.ts --network localhost
  1. Build front-end
cd front
yarn build
# or
npm run build
  1. Deploy server
cd server
yarn deploy
# or
npm run deploy