SQUIRT NFT marketplace for SQUIRT Token on BSC blockchain

steps:

  1. clone the repo
  2. Deploy the Market.sol smart contract
  3. Deploy the NFT.sol smart contract, using the address of the deployed Market.sol contract
  4. Update the config.js file to point to the two new deployed contract addresses
  5. npm install
  6. npm run build
  7. npm run start

(can also use 'npm run dev' for local development)