Skip to content

umluizlima/buildspace-nft-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;