/buildspace-nft-frontend

Website developed during Buildspace's NFT course.

Primary LanguageJavaScriptMIT LicenseMIT

buildspace-nft-frontend

This repo contains code for the frontend that is given in Buildspace's NFT course. Cloned from buildspace-nft-course-starter.

Contract here.

Development

  1. Run npm install;
  2. Run npm run start;

Deployment

  1. Replace usages of buildspace-nft.umluizlima.dev with your own website address;
  2. Run npm run deploy;