An open API service indexing awesome lists of open source software.

https://github.com/umluizlima/buildspace-nft-frontend

Website developed during Buildspace's NFT course.
https://github.com/umluizlima/buildspace-nft-frontend

buildspace ethereum evm metamask nft react

Last synced: 10 days ago
JSON representation

Website developed during Buildspace's NFT course.

Awesome Lists containing this project

README

        

# buildspace-nft-frontend

This repo contains code for the frontend that is given in [Buildspace's NFT course](https://app.buildspace.so/projects/CO961ddb5f-f428-4608-9949-a9a2f461eb3f). Cloned from [buildspace-nft-course-starter](https://github.com/buildspace/buildspace-nft-course-starter).

Contract [here](https://github.com/umluizlima/buildspace-nft-contract).

## Development
1. Run `npm install`;
2. Run `npm run start`;

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