Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 552 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 552 Bytes

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;