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.
- Host: GitHub
- URL: https://github.com/umluizlima/buildspace-nft-frontend
- Owner: umluizlima
- License: mit
- Created: 2021-12-12T22:12:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T22:51:57.000Z (over 3 years ago)
- Last Synced: 2024-02-13T08:37:58.671Z (over 1 year ago)
- Topics: buildspace, ethereum, evm, metamask, nft, react
- Language: JavaScript
- Homepage: https://buildspace-nft.umluizlima.dev
- Size: 994 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-buildspace - buildspace-nft-frontend - nft-frontend](https://buildspace-nft.umluizlima.dev) | <img src="https://avatars.githubusercontent.com/u/9170476?size=20" width="20"> [umluizlima](https://github.com/umluizlima) | (Leaderboard)
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`;